aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--basta.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/basta.sh b/basta.sh
index f562cdd..776ab4e 100644
--- a/basta.sh
+++ b/basta.sh
@@ -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()