aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-10-26 00:59:59 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-10-26 00:59:59 +0100
commit180f585ac379d9eb2250d8cc4c11fbea38a1b844 (patch)
tree7c9ade97f02447ddf9b492b6b0b3f2869c121206 /include
parent9d71fc6381bb6fa3d0deb4f55a334f124e9e9abf (diff)
downloadbusybox-w32-180f585ac379d9eb2250d8cc4c11fbea38a1b844.tar.gz
busybox-w32-180f585ac379d9eb2250d8cc4c11fbea38a1b844.tar.bz2
busybox-w32-180f585ac379d9eb2250d8cc4c11fbea38a1b844.zip
read_key: remove handling for ctrl-up/down, we don't use that. -12 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 6274ea2e8..9865121d9 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1222,7 +1222,7 @@ enum {
1222 KEYCODE_FUN11 = -22, 1222 KEYCODE_FUN11 = -22,
1223 KEYCODE_FUN12 = -23, 1223 KEYCODE_FUN12 = -23,
1224#endif 1224#endif
1225 KEYCODE_CURSOR_POS = -0x100, 1225 KEYCODE_CURSOR_POS = -0x100, /* 0xfff..fff00 */
1226 /* How long is the longest ESC sequence we know? 1226 /* How long is the longest ESC sequence we know?
1227 * We want it big enough to be able to contain 1227 * We want it big enough to be able to contain
1228 * cursor position sequence "ESC [ 9999 ; 9999 R" 1228 * cursor position sequence "ESC [ 9999 ; 9999 R"