Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!know!news.cs.indiana.edu!news.nd.edu!hecke.helios.nd.edu!dnarain From: dnarain@hecke.helios.nd.edu (Deepak Narain) Newsgroups: comp.windows.x Subject: Re: The Great Escapes Message-ID: <1990Dec6.205816.2882@news.nd.edu> Date: 6 Dec 90 20:58:16 GMT References: <9466@pasteur.Berkeley.EDU> Sender: news@news.nd.edu (USENET News System) Reply-To: dnarain@hecke.helios.nd.edu (Deepak Narain) Organization: The University of Notre Dame Lines: 11 Heres a couple of (actually four) escapes I use: ( I think that there is a list of these in the FAQ ) white on black: echo -n \^]\[\?5h black on white: echo -n \^[\[\?5l icon only : echo -n "^[]1;text^G" wintitle only : echo -n "^[]2;text^G" Note that "^[" is the escape, and "^G" is ctrl-g If there are any more, please let me know. Deepak Narain dnarain@verdi.helios.nd.edu