summaryrefslogtreecommitdiff
path: root/desktop/textinput.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-09-14 23:22:13 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-09-14 23:22:13 +0100
commitb96222d8571237919bbfc7d85d43a2d46cfe262f (patch)
tree7a5bc24273d2394a076256308267829e115525b3 /desktop/textinput.h
parent951ad51cd45ba2e5f49fab169ccbabc8f98a5185 (diff)
downloadnetsurf-b96222d8571237919bbfc7d85d43a2d46cfe262f.tar.gz
netsurf-b96222d8571237919bbfc7d85d43a2d46cfe262f.tar.bz2
We return client data, not node.
Diffstat (limited to 'desktop/textinput.h')
-rw-r--r--desktop/textinput.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/textinput.h b/desktop/textinput.h
index e0581b23a..a1ee504c4 100644
--- a/desktop/textinput.h
+++ b/desktop/textinput.h
@@ -63,6 +63,9 @@ enum input_key {
KEY_PAGE_DOWN,
KEY_DELETE_LINE_END,
KEY_DELETE_LINE_START,
+
+ KEY_UNDO,
+ KEY_REDO
};