From: Silvio Rhatto Date: Tue, 9 Jul 2024 14:24:35 +0000 (-0300) Subject: Fix: use 'xtitle -q' X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6ca9df762d1c521cd1ff0d52e64853e5c27e8265;p=wrappers.git Fix: use 'xtitle -q' --- diff --git a/mc b/mc index 228abc5..3283049 100755 --- a/mc +++ b/mc @@ -26,7 +26,7 @@ if [ ! -z "$DISPLAY" ]; then # Restore window name as mc forgets to do it if [ "$WINDOWNAME" != "$NEWWINDOWNAME" ]; then if echo $NEWWINDOWNAME | grep -q '^mc \['; then - xtitle $WINDOWNAME + xtitle -q $WINDOWNAME fi fi else