Re: xterm titlebars and status_format or folder-hook

2001-02-22 Thread Rich Lafferty
On Thu, Feb 22, 2001 at 08:53:01AM +0200, Michael S. Tsirkin ([EMAIL PROTECTED]) wrote: > Hello! > This is what my status_cmd patch does. It adds a new variable status_cmd. > This is a name of the program that gets called when status line is changed. > The program gets two arguments: old status

Re: xterm titlebars and status_format or folder-hook

2001-02-22 Thread Michael S. Tsirkin
g r. Thomas Dickey ([EMAIL PROTECTED]) "Re: xterm titlebars and status_format or folder-hook": > On Wed, Feb 21, 2001 at 05:15:54PM -0500, Rich Lafferty wrote: > > Hi -- > > > > I'd like to tell Mutt to echo the appropriate escape codes to change > > xterm's

Re: xterm titlebars and status_format or folder-hook

2001-02-22 Thread Jason Helfman
Well this would not be ideal, but it can be done... Just set a macro to run an xterm with a command to use the title and options to go the right mailbox, maybe this can be done, and maybe it can't. Just aloof suggestion. Too many hours behind terminals, fixing mysqld, and prepping servers for pro

Re: xterm titlebars and status_format or folder-hook

2001-02-22 Thread Thomas Dickey
On Wed, Feb 21, 2001 at 05:15:54PM -0500, Rich Lafferty wrote: > Hi -- > > I'd like to tell Mutt to echo the appropriate escape codes to change > xterm's title bar to the name of the current mailbox. I tried > adding them to folder_hook, but the literals "^[" and "^G" get > displayed; I couldn't

xterm titlebars and status_format or folder-hook

2001-02-21 Thread Rich Lafferty
Hi -- I'd like to tell Mutt to echo the appropriate escape codes to change xterm's title bar to the name of the current mailbox. I tried adding them to folder_hook, but the literals "^[" and "^G" get displayed; I couldn't figure out how to tell a folder-hook to cant the magic. Has anyone solved