diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-10-03 14:57:34 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-10-03 14:57:34 -0700 |
| commit | 7f0fcdeea449a3ffc7a65a3024b6b5d4a1b3e93b (patch) | |
| tree | 45f43e00d7bbafd122d423f96c73a5baa1f53baa /bb.c | |
| parent | 97bae88a1ef368b962df5b1ee147094a0d47d43e (diff) | |
Removed some unnecessary +refreshes, no longer enable cursor by default,
but instead have ask() etc. make the cursor visible. Also cleaned up
some of the failure cases for better feedback.
Diffstat (limited to 'bb.c')
| -rw-r--r-- | bb.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -159,7 +159,6 @@ void bb_browse(bb_t *bb, const char *path) process_cmd(bb, binding->script); } else { move_cursor(tty_out, 0, termheight-1); - fputs(T_ON(T_SHOW_CURSOR), tty_out); restore_term(&default_termios); run_script(bb, binding->script); init_term(); |
