Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!cbatt!ucbvax!GREMLIN.NRTC.NORTHROP.COM!mrose From: mrose@GREMLIN.NRTC.NORTHROP.COM.UUCP Newsgroups: comp.windows.x Subject: set titlebar under xterm Message-ID: <1963.547171523@gremlin.nrtc.northrop.com> Date: Fri, 15-May-87 18:08:12 EDT Article-I.D.: gremlin.1963.547171523 Posted: Fri May 15 18:08:12 1987 Date-Received: Sat, 16-May-87 16:36:06 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 17 Hi. I noticed that a program running under a pty managed by xterm could set the titlebar by outputting an escape code. I wrote a really quick program to do this. Has anyone else looked at this? Is there a better program around? The typical use is to put something like alias cd 'cd \!*; xswt $cwd' alias pushd 'pushd \!*; xswt $cwd' alias popd 'popd \!*; xswt $cwd' xswt $cwd in your .cshrc file. Thanks, /mtr