]> gitweb.fluxo.info Git - wrappers.git/commitdiff
Fix: use 'xtitle -q'
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 9 Jul 2024 14:24:35 +0000 (11:24 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 9 Jul 2024 14:24:35 +0000 (11:24 -0300)
mc

diff --git a/mc b/mc
index 228abc50bc1f1a922cfca6b1a301012832d7edf7..3283049f28394e38ffb567bbb1896d59740cb9d6 100755 (executable)
--- 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