Set Cygwin RXVT Window Title

From PeformIQ Upgrade
Revision as of 15:02, 3 March 2010 by PeterHarding (talk | contribs) (Created page with '=Here's How= You can always set the xterm title by sending it the string: <pre> Esc ] 0 ; <your title> ^G </pre> You can do it from the xterm application (writing to/dev/tty o...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Here's How

You can always set the xterm title by sending it the string:

 Esc ] 0 ;
<your title> ^G

You can do it from the xterm application (writing to/dev/tty or stdout if its connected, or externally, by writing to /dev/tty<n> [Cygwin] or /dev/pts/<n> [Linux]).