On Mon, Apr 25, 2005 at 09:08:42AM -0400, Andy Goth wrote:
> On Mon, Apr 25, 2005 at 12:23:12PM +0200, Michael Schroeder wrote:
> > Pressing ^S ^A ESC will hang screen (on linux).
> 
> Yes, that works.  Hehehe, what a funny definition of work.
> 
> Now I know what to avoid...
> 
> Can I work around this problem with stty stop "" ?

A better workaround is to add 'defflow off' to your ~/.screenrc file.

> > main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
> 
> Hehehe.  Here's mine:
> 
> main(i){putchar(0xa52e906deba7775>>7*(i<7?~i&1:i-5)&127^(i^1?0:32))&&main(++i);}

Nice!

Here's one created when I was admin for a Convex SPP computer:

main(_){char*x="=#6#694.21..#62.*.*2-)1#62.*..*.=#=1..29..#";
while(_=*x/4)_-=8,printf("\n%*s"+!!_,_+_,"_/_/_/"+*x++%4*2);}

Cheers,
  Michael.

-- 
Michael Schroeder           [EMAIL PROTECTED]
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}


_______________________________________________
screen-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to