diff options
author | Tomas Heinrich <heinrich.tomas@gmail.com> | 2010-03-09 14:09:24 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-09 14:09:24 +0100 |
commit | d2b04050c0a9a15e29e15cbf9c487db93d07c46e (patch) | |
tree | 19929bed97b4e6ddc028465f9fd0a7b3a5d28b5f /include | |
parent | f15620c3774c164ee6c1e2fbf9dd481b606a95a1 (diff) | |
download | busybox-w32-d2b04050c0a9a15e29e15cbf9c487db93d07c46e.tar.gz busybox-w32-d2b04050c0a9a15e29e15cbf9c487db93d07c46e.tar.bz2 busybox-w32-d2b04050c0a9a15e29e15cbf9c487db93d07c46e.zip |
lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR
function old new delta
read_key_ungets - 50 +50
lineedit_read_key 223 252 +29
Signed-off-by: Tomas Heinrich <heinrich.tomas@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index ead1020dd..fccc816cb 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1277,6 +1277,7 @@ enum { | |||
1277 | * on first call. | 1277 | * on first call. |
1278 | */ | 1278 | */ |
1279 | int64_t read_key(int fd, char *buffer) FAST_FUNC; | 1279 | int64_t read_key(int fd, char *buffer) FAST_FUNC; |
1280 | void read_key_ungets(char *buffer, const char *str, unsigned len) FAST_FUNC; | ||
1280 | 1281 | ||
1281 | 1282 | ||
1282 | #if ENABLE_FEATURE_EDITING | 1283 | #if ENABLE_FEATURE_EDITING |