If you start xterm
from the command line giving it a title with the -T
option
xterm -T "my window title"
the window title is likely to be overwritten via escape sequences for the shell prompt, other programs' output, etc. Is there any way to prevent the initial title from being overridden?