From 8e796652480528f5ae2c48eabdeb33a6b8d3a830 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Wed, 5 Mar 2008 14:21:29 +0000 Subject: 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 --- desktop/textinput.h | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop') 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, -- cgit v1.2.3