diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-09 11:24:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-09 11:24:35 -0300 |
commit | 6ca9df762d1c521cd1ff0d52e64853e5c27e8265 (patch) | |
tree | eb1d5e4aa515669d5a9be046c4e78a9bd738c3d0 | |
parent | eedd763645a124eceb48d6f613daa232b810b33c (diff) | |
download | wrappers-6ca9df762d1c521cd1ff0d52e64853e5c27e8265.tar.gz wrappers-6ca9df762d1c521cd1ff0d52e64853e5c27e8265.tar.bz2 |
-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 |