diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-06-06 18:09:33 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-06-06 18:09:33 -0700 |
| commit | 380f2a8ab0af67164e4b6170073bf2953e5d6765 (patch) | |
| tree | 51735040b12fba3f1e7bab1d5b8b675907af8d8e /bb.c | |
| parent | 2c56bd34d7afe445424336af3efc7cb4a59eec7b (diff) | |
Removed code for move cursor to position (unused)
Diffstat (limited to 'bb.c')
| -rw-r--r-- | bb.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1308,10 +1308,6 @@ void bb_browse(bb_t *bb, const char *path) move_cursor(tty_out, 0, termheight-1); if (binding->flags & NORMAL_TERM) fputs(T_OFF(T_ALT_SCREEN), tty_out); - if (binding->flags & AT_CURSOR && !bb->firstselected) { - move_cursor(tty_out, 0, 3 + bb->cursor - bb->scroll); - fputs("\033[K", tty_out); - } fputs(T_ON(T_SHOW_CURSOR), tty_out); close_term(); run_cmd_on_selection(bb, binding->command); |
