diff options
Diffstat (limited to 'bb.c')
| -rw-r--r-- | bb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -243,7 +243,7 @@ void cleanup(void) cmdfilename = NULL; } if (tty_out) - fputs(T_OFF(T_ALT_SCREEN), tty_out); + fputs(T_OFF(T_ALT_SCREEN) T_ON(T_SHOW_CURSOR), tty_out); close_term(); } |
