From: esc Date: Sun, 8 Feb 2009 03:13:46 +0000 (+0100) Subject: adding -f (force) switch to xtrename X-Git-Tag: v0.3.62~8 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;ds=inline;h=e7b6b7eabcf585a92aaaa1c8da7f694b7a49f3ab;hp=e7b6b7eabcf585a92aaaa1c8da7f694b7a49f3ab;p=grml-etc-core.git adding -f (force) switch to xtrename xtrename checks if $DISPLAY is set before printing the escape sequence that changes the xterm title. However, in certain circumstances this may not be an optimal check. For example: if the shell is running on a remote server which is headless, but an xterm is being used locally. In this case you can now use the -f switch to force the escape sequence to be issued regardless of the state of $DISPLAY. ---