diff options
author | Denys Vlasenko | 2009-10-14 11:52:01 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-10-14 11:52:01 +0200 |
commit | a68bd4b2aee3368d92cbb0fc86ae3f65ab9170b4 (patch) | |
tree | 0bffb5fac0f70e011906cbc7c72116c5e8c8c876 /libbb/read_key.c | |
parent | a1a3972f285a63501223f898360571cb7e7e6d26 (diff) | |
download | busybox-a68bd4b2aee3368d92cbb0fc86ae3f65ab9170b4.zip busybox-a68bd4b2aee3368d92cbb0fc86ae3f65ab9170b4.tar.gz |
comment anc Config.in changes, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/read_key.c')
-rw-r--r-- | libbb/read_key.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/read_key.c b/libbb/read_key.c index 6f6c39e..d3832fa 100644 --- a/libbb/read_key.c +++ b/libbb/read_key.c @@ -22,6 +22,7 @@ int64_t FAST_FUNC read_key(int fd, char *buffer) 'O','B' |0x80,KEYCODE_DOWN , 'O','C' |0x80,KEYCODE_RIGHT , 'O','D' |0x80,KEYCODE_LEFT , + /* Ctrl-<arrow>: ESC [ 1 ; 5 x, where x = A/B/C/D */ 'O','H' |0x80,KEYCODE_HOME , 'O','F' |0x80,KEYCODE_END , #if 0 |