projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de24bd9
)
allow 8-bit characters
author
Paul Fox
<pgf@brightstareng.com>
Fri, 11 Jan 2008 16:12:57 +0000
(16:12 -0000)
committer
Paul Fox
<pgf@brightstareng.com>
Fri, 11 Jan 2008 16:12:57 +0000
(16:12 -0000)
libbb/lineedit.c
patch
|
blob
|
history
diff --git
a/libbb/lineedit.c
b/libbb/lineedit.c
index 3ccddbcbf64fd2e0728d2dedf5470ee0cac8ac70..e31ddad5d3907be942f901329e5bf9e58379325e 100644
(file)
--- a/
libbb/lineedit.c
+++ b/
libbb/lineedit.c
@@
-1768,9
+1768,6
@@
int read_line_input(const char *prompt, char *command, int maxsize, line_input_t
if (vi_cmdmode) /* Don't self-insert */
break;
#endif
- if (!Isprint(c)) /* Skip non-printable characters */
- break;
-
if (command_len >= (maxsize - 2)) /* Need to leave space for enter */
break;