mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
match changes made to cmdedit
This commit is contained in:
parent
d10f36fe2e
commit
5089534be0
1 changed files with 0 additions and 3 deletions
|
|
@ -84,11 +84,8 @@ extern int more_main(int argc, char **argv)
|
|||
new_settings = initial_settings;
|
||||
new_settings.c_lflag &= ~ICANON;
|
||||
new_settings.c_lflag &= ~ECHO;
|
||||
#ifndef linux
|
||||
/* Hmm, in linux c_cc[] not parsed if set ~ICANON */
|
||||
new_settings.c_cc[VMIN] = 1;
|
||||
new_settings.c_cc[VTIME] = 0;
|
||||
#endif
|
||||
setTermSettings(fileno(cin), &new_settings);
|
||||
atexit(set_tty_to_initial_mode);
|
||||
(void) signal(SIGINT, gotsig);
|
||||
|
|
|
|||
Loading…
Reference in a new issue