diff options
Diffstat (limited to 'mc')
-rwxr-xr-x | mc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |