aboutsummaryrefslogtreecommitdiff
path: root/bb.c
diff options
context:
space:
mode:
Diffstat (limited to 'bb.c')
-rw-r--r--bb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bb.c b/bb.c
index dba11fa..ac21184 100644
--- a/bb.c
+++ b/bb.c
@@ -1244,10 +1244,10 @@ entry_t *explore(const char *path)
}
term_move(0, termheight-1);
//writez(termfd, "\033[K");
- if (binding->flags & NORMAL_TERM) {
+ if (binding->flags & NORMAL_TERM)
default_screen();
+ if (binding->flags & NORMAL_TERM || binding->flags & SHOW_CURSOR)
show_cursor();
- }
close_term();
run_cmd_on_selection(state, binding->command);
init_term();