> On Fri, May 07, 2004 at 11:34:45AM +0200, Alexandre Beneteau wrote: > > >Using GNU screen _in_ ION ;) > > don't laugh, I *really* use GNU screen _in_ ION everyday !!! :-) > > Metoo, mostly with irssi. > > -- > Tuomo >
Speaking of screen - I use screen religiously. As a result, I wrote a short script that would make using screen more beneficial: http://www.csh.rit.edu/~psionic/projects/scripts/attach which executes a shell script that can be found here, it's stupid simple and should be used as an example for your own "myshell" http://www.csh.rit.edu/~psionic/projects/scripts/myshell My F2 xterm binding is something along the lines of: xterm -e attach attach will look for any detached screen sessions and attach to it. If no detached sessions are found, it'll run "screen myshell" This is extremely useful when zapping X (ctrl+alt+backspace) for some reason you can restore your terminals with a few whacks of F2. Hopefully some people besides me will find it useful? *shrug* -Jordan
