[679] in testers
7.0 release note item for hackers
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Fri May 11 15:25:36 1990
To: testers@ATHENA.MIT.EDU
Date: Fri, 11 May 90 15:24:47 EDT
From: Ralph Swick <swick@ATHENA.MIT.EDU>
The private escape sequence used to change the window name
(shown in wm titlebars) changed in R4 to conform better to
ANSI syntax. Those of you using the `settitle` script or
a variant will want to make the following modification:
old: echo -n "]0t$title"
new: echo -n "]0;$title"
Sorry; there's been so much water over the dam since this
affected me that I forgot all about it.
-Ralph.