aboutsummaryrefslogtreecommitdiff
path: root/bb.c
diff options
context:
space:
mode:
Diffstat (limited to 'bb.c')
-rw-r--r--bb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bb.c b/bb.c
index 192c7ed..587c983 100644
--- a/bb.c
+++ b/bb.c
@@ -1273,7 +1273,7 @@ void bb_browse(bb_t *bb, const char *path)
cleanup_and_exit(SIGINT);
case KEY_CTRL_Z:
- fputs(T_OFF(T_ALT_SCREEN), tty_out);
+ fputs(T_LEAVE_BBMODE, tty_out);
restore_term(&orig_termios);
raise(SIGTSTP);
init_term();