summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2008-03-05 14:21:29 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2008-03-05 14:21:29 +0000
commit8e796652480528f5ae2c48eabdeb33a6b8d3a830 (patch)
tree7042c9d76fe982565eebdc5056f75d544fbaf45c /desktop
parent9b80498b423b4bae017b834d10563fa59e027b5c (diff)
downloadnetsurf-8e796652480528f5ae2c48eabdeb33a6b8d3a830.tar.gz
netsurf-8e796652480528f5ae2c48eabdeb33a6b8d3a830.tar.bz2
Initial attempt at implementing data: URLs. Needs cleaning and verifying that I'm using the fetcher API correctly. Appears to work, though.
svn path=/trunk/netsurf/; revision=3882
Diffstat (limited to 'desktop')
-rw-r--r--desktop/textinput.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/textinput.h b/desktop/textinput.h
index e322f11ba..1a8b2d929 100644
--- a/desktop/textinput.h
+++ b/desktop/textinput.h
@@ -35,6 +35,7 @@ struct box;
enum input_key {
KEY_DELETE_LEFT = 8,
+ KEY_TAB = 9,
/* cursor movement keys */
KEY_LEFT = 28,