home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sgi / 16288 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  950 b 

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!sgigate!odin!fido!fudge!karlton
  2. From: karlton@fudge.asd.sgi.com (Phil Karlton)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re: changing icon title dynamically
  5. Date: 11 Nov 1992 18:34:21 GMT
  6. Organization: Silicon Graphics, Inc.  Mountain View, CA
  7. Lines: 18
  8. Message-ID: <1drjndINNn25@fido.asd.sgi.com>
  9. References: <1992Nov11.175635.28531@tamsun.tamu.edu>
  10. NNTP-Posting-Host: fudge.asd.sgi.com
  11.  
  12.  
  13. In article <1992Nov11.175635.28531@tamsun.tamu.edu>,
  14.     vamsee@bioiris.tamu.edu writes:
  15. > Is there someway to change the icon title dynamically for xwsh ?
  16. > I can change the window title with 
  17. > alias setitle 'echo -n "\033P1.y"${host}:$cwd"\033\\"' 
  18. > but how to change the icon title in a similar manner ? This is useful when
  19. > I iconify remote login windows. 
  20.  
  21. Check the xwsh man page. Use a '3' instead of a '1' in the escape
  22. sequence. Something like
  23.  
  24.         echo -n "\033P3.y"${host}"\033\\"
  25.  
  26. should work.
  27.  
  28. PK
  29.