diff options
author | Denis Vlasenko | 2008-11-24 13:25:20 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-11-24 13:25:20 +0000 |
commit | a9acbe6caddc59e7e25f4e469322e5c210e17775 (patch) | |
tree | 4e11174d18e586c5f7510adf31323f9dd98d7446 /include/libbb.h | |
parent | 00d8417631b1ae378d708e885dce74bafb02be96 (diff) | |
download | busybox-a9acbe6caddc59e7e25f4e469322e5c210e17775.zip busybox-a9acbe6caddc59e7e25f4e469322e5c210e17775.tar.gz |
timeout: new applet. 370 bytes. by Roberto Foglietta.
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 85a915e..77c4c60 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -923,7 +923,7 @@ void bb_displayroutes(int noresolve, int netstatfmt) FAST_FUNC; * yet doesn't represent any valid Unicode characher. * Also, -1 is reserved for error indication and we don't use it. */ enum { - KEYCODE_UP = -2, + KEYCODE_UP = -2, KEYCODE_DOWN = -3, KEYCODE_RIGHT = -4, KEYCODE_LEFT = -5, |