home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!sgigate!odin!fido!fudge!karlton
- From: karlton@fudge.asd.sgi.com (Phil Karlton)
- Newsgroups: comp.sys.sgi
- Subject: Re: changing icon title dynamically
- Date: 11 Nov 1992 18:34:21 GMT
- Organization: Silicon Graphics, Inc. Mountain View, CA
- Lines: 18
- Message-ID: <1drjndINNn25@fido.asd.sgi.com>
- References: <1992Nov11.175635.28531@tamsun.tamu.edu>
- NNTP-Posting-Host: fudge.asd.sgi.com
-
-
- In article <1992Nov11.175635.28531@tamsun.tamu.edu>,
- vamsee@bioiris.tamu.edu writes:
- > Is there someway to change the icon title dynamically for xwsh ?
- > I can change the window title with
- > alias setitle 'echo -n "\033P1.y"${host}:$cwd"\033\\"'
- >
- > but how to change the icon title in a similar manner ? This is useful when
- > I iconify remote login windows.
-
- Check the xwsh man page. Use a '3' instead of a '1' in the escape
- sequence. Something like
-
- echo -n "\033P3.y"${host}"\033\\"
-
- should work.
-
- PK
-