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:
9e1f92d
)
let top build without TERMIOS enabled
author
Paul Fox
<pgf@brightstareng.com>
Thu, 20 Mar 2008 16:05:02 +0000
(16:05 -0000)
committer
Paul Fox
<pgf@brightstareng.com>
Thu, 20 Mar 2008 16:05:02 +0000
(16:05 -0000)
procps/top.c
patch
|
blob
|
history
diff --git
a/procps/top.c
b/procps/top.c
index 85ceaccf71093a3f5f44702b7a3d372a49c170cb..e3f91c8f9c8893c69915a9089806c25e6b637ede 100644
(file)
--- a/
procps/top.c
+++ b/
procps/top.c
@@
-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;
}