aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--basta.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/basta.sh b/basta.sh
index 9dff193..a2823bb 100644
--- a/basta.sh
+++ b/basta.sh
@@ -315,6 +315,7 @@ basta.fullscreen()
local saveterm=
local force=
local ttyfd
+ local args=$(printf "%q " "$@")
while true; do
case $1 in
@@ -354,7 +355,6 @@ basta.fullscreen()
printf $'\e7\e[1;%sr\e8' $realrows >&$ttyfd
stty rows $realrows <&$ttyfd
- local args=$(printf "%q " "$@")
LINES=$realrows eval command $args || exit=$?
if [ $saveterm ] ; then