diff options
-rw-r--r-- | basta.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -315,7 +315,6 @@ basta.fullscreen() local saveterm= local force= local ttyfd - local args=$(printf "%q " "$@") while true; do case $1 in @@ -336,6 +335,8 @@ basta.fullscreen() shift done + local args=$(printf "%q " "$@") + if ! [ -t 1 ] && ! [ $force ] ; then eval command $args return $? |