Re: dynamic version of C-aA

2008-03-30 Thread Peder Stray
On Sun, 30 Mar 2008, Fabiano Sidler wrote: Peder Stray wrote: I use the normal XTerm-escape for setting the title: echo -e '\e]0;$title\a" Yes, this sets the window title of the xterm window. But I'd like to set the title in the hardstatus line. ok, echo -e '\ek$title\e\\' then? -- Ped

Re: dynamic version of C-aA

2008-03-30 Thread Thomas Adam
On 30/03/2008, Fabiano Sidler <[EMAIL PROTECTED]> wrote: > Peder Stray wrote: > > I use the normal XTerm-escape for setting the title: > > > > echo -e '\e]0;$title\a" > > > Yes, this sets the window title of the xterm window. But I'd like to set the > title in the hardstatus line. > > Thank yo

Re: dynamic version of C-aA

2008-03-30 Thread Fabiano Sidler
Peder Stray wrote: I use the normal XTerm-escape for setting the title: echo -e '\e]0;$title\a" Yes, this sets the window title of the xterm window. But I'd like to set the title in the hardstatus line. Thank you anyway... ___ screen-users mailing

Re: dynamic version of C-aA

2008-03-30 Thread Peder Stray
On Sun, 30 Mar 2008, Fabiano Sidler wrote: Hi folks! In my .screenrc I have a binding to a script that lets me type in the name of a manual page and then execs man with my input as the parameter. This works great, but now, because I often open multiple manpages that way in parallel, I'd like

dynamic version of C-aA

2008-03-30 Thread Fabiano Sidler
Hi folks! In my .screenrc I have a binding to a script that lets me type in the name of a manual page and then execs man with my input as the parameter. This works great, but now, because I often open multiple manpages that way in parallel, I'd like to name my manual windows. I've got this: #!/b