Re: Exiting a list of screen sessions

2009-02-28 Thread Micah Cowan
Marc Lanctot wrote: > Typically I run commands on servers and let them run for some time.. > when I'm done I kill all the processes with one command. > > I would like to be able to kill all my screens in one command as well, > so I thought of parsing screen -r and sending a "kill command" to each

Exiting a list of screen sessions

2009-02-28 Thread Marc Lanctot
Typically I run commands on servers and let them run for some time.. when I'm done I kill all the processes with one command. I would like to be able to kill all my screens in one command as well, so I thought of parsing screen -r and sending a "kill command" to each screen, but I can't find a

Re: escape 0xa0 in utf8

2009-02-28 Thread Giulio Bottazzi
Ok, sorry to bother. I can reply myself. I've got the idea just after writing my email, as usually happens! I've lost one hour browsing the web for a solution. In any case here it is: use a character that's not remapped by UTF-8. So for instance setting 'keycode 115 = 0x1' in .Xmodemap and 'escape

escape 0xa0 in utf8

2009-02-28 Thread Giulio Bottazzi
Hello all, I used to use the windows key to generate the escape character for screen. I achieved this by remapping the windows key to produce an ISO 8859-1 Characters "NO-BREAK SPACE" with keycode 115 = 0xa0 in .Xmodemap and then setting this as the escape character for screen using escape \240a