aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--procps/top.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/procps/top.c b/procps/top.c
index 85ceaccf7..e3f91c8f9 100644
--- a/procps/top.c
+++ b/procps/top.c
@@ -933,6 +933,8 @@ int top_main(int argc ATTRIBUTE_UNUSED, char **argv)
933 } /* end of "while (1)" */ 933 } /* end of "while (1)" */
934 934
935 bb_putchar('\n'); 935 bb_putchar('\n');
936#if ENABLE_FEATURE_USE_TERMIOS
936 reset_term(); 937 reset_term();
938#endif
937 return EXIT_SUCCESS; 939 return EXIT_SUCCESS;
938} 940}