Added support for SHOW_CURSOR
This commit is contained in:
parent
f3b052d47c
commit
5d20b81fc3
4
bb.c
4
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();
|
||||
|
Loading…
Reference in New Issue
Block a user