aboutsummaryrefslogtreecommitdiff
path: root/mc
diff options
context:
space:
mode:
Diffstat (limited to 'mc')
-rwxr-xr-xmc2
1 files changed, 1 insertions, 1 deletions
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