diff options
-rw-r--r-- | basta.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -123,7 +123,7 @@ basta.initial_prompt_hook() local exit=$? stty raw -echo onlcr opost basta.update_status - stty sane rows $basta_scroll_lines + stty sane PROMPT_COMMAND='basta.prompt_hook' } @@ -134,7 +134,7 @@ basta.prompt_hook() basta.check_cursor basta.do_exit_status $exit basta.update_status - stty sane rows $basta_scroll_lines + stty sane } basta.alarm_timer() |