home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / windows / openloo / 4403 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.4 KB

  1. Path: sparky!uunet!ukma!usenet.ins.cwru.edu!agate!ames!lll-winken!llnl.gov
  2. From: 528010@llnl.gov (Mark Levinson)
  3. Newsgroups: comp.windows.open-look
  4. Subject: Re: path in title bar
  5. Message-ID: <140841@lll-winken.LLNL.GOV>
  6. Date: 7 Nov 92 01:31:13 GMT
  7. References: <1992Nov6.022528.27362@xilinx.com>
  8. Sender: usenet@lll-winken.LLNL.GOV
  9. Reply-To: 528010@llnl.gov
  10. Organization: Lawrence Livermore National Lab
  11. Lines: 36
  12. Nntp-Posting-Host: aisws7.llnl.gov
  13.  
  14. In article 27362@xilinx.com, holen@xilinx.com (Victor A. Holen ) writes:
  15. >In article <> luiland@meaddata.com (Yum Ting Lui) writes:
  16. >........
  17. >>For example, "\E]ltext\E\         - set tool header to text" 
  18. >>NOTE:  Replace \E with Cntl-v then EscKey in vi, which will look like ^[ 
  19. >.......
  20. >>alias header    'echo -n "^[]l\!*^[\"'  ### see NOTE
  21. >.....
  22. >This worked very well for commandtool windows. Thanks
  23. >But it doesn't work for the xterm window under openlook.
  24. >Any ideas ?
  25. >
  26. >-- 
  27. > victor ....  ___  ._..  .  _.     holen@xilinx.com
  28.  
  29. Try this, it works great for an xterm window:
  30.  
  31.  
  32. for the icon title use:
  33.  
  34. echo -n "^[]1;\!*^G"
  35.  
  36. for the windows title use:
  37.  
  38. echo -n "^[]2;\!*^G"
  39.  
  40. note ^[ and ^G are control characters.
  41.  
  42. ---
  43.  
  44.  
  45.  Mark Levinson                               Internet:    markl@llnl.gov
  46.  Lawrence Livermore National Lab             PacBell Net: (510) 422-1794
  47. ---------------------------------------------------------------------------
  48.  
  49.  
  50.