Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!snorkelwacker!bloom-beacon!parc.xerox.COM!janssen From: janssen@parc.xerox.COM Newsgroups: comp.windows.x Subject: bug in mit/clients/xterm/ctlseq2.txt Message-ID: <9001081906.AA07316@holmes.parc.xerox.com> Date: 8 Jan 90 19:06:23 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 16 After noticing that titles no longer changed in xterm, I found that the following paragraph in ctlseq2.txt is incorrect: ESC ] Ps ND string NP OSC Mode ND can be any non-digit Character (it's discarded) NP can be any non-printing Character (it's discarded) string can be any ASCII printable string (max 511 characters) Ps = 0 -> use string as a new icon name and title Ps = 1 -> use string is a new icon name only Ps = 2 -> use string is a new title only Ps = 46 -> use string as a new log file name ND must be a ';' character; NP must be a BEL character (ascii 7). Bill