[comp.windows.x] bug in mit/clients/xterm/ctlseq2.txt

janssen@parc.xerox.COM (01/09/90)

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