Re: Make screen title flash ...

2009-08-26 Thread Alan Young
On Wed, Aug 26, 2009 at 03:52, Sadrul H Chowdhury wrote: > There's a new command 'rendition' added to the development version (the man > page is also updated!). If you can get your application to beep when you Oh, nice. Thanks. -- Alan ___ screen-use

Re: Make screen title flash ...

2009-08-26 Thread Sadrul H Chowdhury
On Wed, Aug 12, 2009 at 6:34 PM, Alan Young wrote: > Is there a way to make a screen title flash? > > If I'm using the wrong word here, I appologize. On my status line I have > > Screen(s): 0* irssi 1 stuff 2 morestuff 3 logs 4 htop 5 remote-server ... > > I want to make the "0* irssi" flash on

Re: Make screen title flash ...

2009-08-13 Thread Malte Skoruppa
Hi, maybe you could do something with a little bash script? Remember that you can change the screen title from within the console by echoing a special control sequence, e.g. echo -n -e "\033kmy screen title\033\\" Let us assume you have the title you want to make blink in a variable $TITLE T

Re: Make screen title flash ...

2009-08-12 Thread Alan Young
On Wed, Aug 12, 2009 at 17:43, Christian Ebert wrote: > Monitor the the window in question? That won't work ... if I leave my irssi window in an active chat then I'll get a ton of false positives. Also, other windows won't get noticed that way either. -- Alan __

Re: Make screen title flash ...

2009-08-12 Thread Christian Ebert
* Alan Young on Wednesday, August 12, 2009 at 16:34:48 -0600 > Is there a way to make a screen title flash? > > If I'm using the wrong word here, I appologize. On my status line I have > > Screen(s): 0* irssi 1 stuff 2 morestuff 3 logs 4 htop 5 remote-server ... > > I want to make the "0* irssi

Make screen title flash ...

2009-08-12 Thread Alan Young
Is there a way to make a screen title flash? If I'm using the wrong word here, I appologize. On my status line I have Screen(s): 0* irssi 1 stuff 2 morestuff 3 logs 4 htop 5 remote-server ... I want to make the "0* irssi" flash on command. My reason for this is I have bitlbee and twirssi setup