aboutsummaryrefslogtreecommitdiff
path: root/bb.c
diff options
context:
space:
mode:
Diffstat (limited to 'bb.c')
-rw-r--r--bb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bb.c b/bb.c
index 20c2231..2900950 100644
--- a/bb.c
+++ b/bb.c
@@ -1313,8 +1313,7 @@ void bb_browse(bb_t *bb, const char *path)
run_cmd_on_selection(bb, binding->command);
init_term();
fputs(T_ON(T_ALT_SCREEN), tty_out);
- if (binding->flags & NORMAL_TERM)
- bb->dirty = 1;
+ bb->dirty = 1;
check_cmds = 1;
goto redraw;
}