aboutsummaryrefslogtreecommitdiff
path: root/libbb/read_key.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-10-26 00:19:33 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-10-26 00:19:33 +0000
commit7462b21dbe9d31f94ed54c246128378596a54286 (patch)
tree044817e7cdfbc0bc97f23f7308b13a8ac1074895 /libbb/read_key.c
parent7b32e8f0bf911fa03824a41f0939f90ad3282ff2 (diff)
downloadbusybox-7462b21dbe9d31f94ed54c246128378596a54286.tar.gz
read_key is actually written by Rob, add him to copyright notice
Diffstat (limited to 'libbb/read_key.c')
-rw-r--r--libbb/read_key.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libbb/read_key.c b/libbb/read_key.c
index 470cf2f21..0f36d20b6 100644
--- a/libbb/read_key.c
+++ b/libbb/read_key.c
@@ -2,7 +2,8 @@
/*
* Utility routines.
*
- * Copyright (C) 2008 Denys Vlasenko
+ * Copyright (C) 2008 Rob Landley <rob@landley.net>
+ * Copyright (C) 2008 Denys Vlasenko <vda.linux@googlemail.com>
*
* Licensed under GPL version 2, see file LICENSE in this tarball for details.
*/
@@ -26,7 +27,7 @@ int FAST_FUNC read_key(int fd, smalluint *nbuffered, char *buffer)
#if 0
'O','P' |0x80,KEYCODE_FUN1 ,
/* [ESC] ESC O [2] P - [Alt-][Shift-]F1 */
- /* Ctrl seem to not affect sequences */
+ /* Ctrl- seems to not affect sequences */
'O','Q' |0x80,KEYCODE_FUN2 ,
'O','R' |0x80,KEYCODE_FUN3 ,
'O','S' |0x80,KEYCODE_FUN4 ,