mirror of
https://git.busybox.net/busybox
synced 2026-01-26 16:17:50 +00:00
let top build without TERMIOS enabled
This commit is contained in:
parent
9e1f92d0bb
commit
275b929e01
1 changed files with 2 additions and 0 deletions
|
|
@ -933,6 +933,8 @@ int top_main(int argc ATTRIBUTE_UNUSED, char **argv)
|
|||
} /* end of "while (1)" */
|
||||
|
||||
bb_putchar('\n');
|
||||
#if ENABLE_FEATURE_USE_TERMIOS
|
||||
reset_term();
|
||||
#endif
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue