home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ukma!usenet.ins.cwru.edu!agate!ames!lll-winken!llnl.gov
- From: 528010@llnl.gov (Mark Levinson)
- Newsgroups: comp.windows.open-look
- Subject: Re: path in title bar
- Message-ID: <140841@lll-winken.LLNL.GOV>
- Date: 7 Nov 92 01:31:13 GMT
- References: <1992Nov6.022528.27362@xilinx.com>
- Sender: usenet@lll-winken.LLNL.GOV
- Reply-To: 528010@llnl.gov
- Organization: Lawrence Livermore National Lab
- Lines: 36
- Nntp-Posting-Host: aisws7.llnl.gov
-
- In article 27362@xilinx.com, holen@xilinx.com (Victor A. Holen ) writes:
- >In article <> luiland@meaddata.com (Yum Ting Lui) writes:
- >........
- >>For example, "\E]ltext\E\ - set tool header to text"
- >>NOTE: Replace \E with Cntl-v then EscKey in vi, which will look like ^[
- >.......
- >>alias header 'echo -n "^[]l\!*^[\"' ### see NOTE
- >.....
- >This worked very well for commandtool windows. Thanks
- >But it doesn't work for the xterm window under openlook.
- >Any ideas ?
- >
- >--
- > victor .... ___ ._.. . _. holen@xilinx.com
-
- Try this, it works great for an xterm window:
-
-
- for the icon title use:
-
- echo -n "^[]1;\!*^G"
-
- for the windows title use:
-
- echo -n "^[]2;\!*^G"
-
- note ^[ and ^G are control characters.
-
- ---
-
-
- Mark Levinson Internet: markl@llnl.gov
- Lawrence Livermore National Lab PacBell Net: (510) 422-1794
- ---------------------------------------------------------------------------
-
-
-