diff options
-rw-r--r-- | basta.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |