Re: [screen-devel] [PATCH 2/2] screen: Implement dead/zombie window polling

2013-01-04 Thread Thomas Renninger
On Monday, December 17, 2012 06:51:55 PM Sadrul Habib Chowdhury wrote: > Hi! From a quick glance, this looks like a good change. Comments inline: > > On Thu, Dec 13, 2012 at 6:28 AM, Thomas Renninger wrote: > [snip] > > --- a/src/doc/screen.1 > > +++ b/src/doc/screen.1 > > @@ -3542,6 +3542,15 @@

[RESEND] [PATCH 0/2] Introduce zombie_timeout and sort command

2013-01-04 Thread Thomas Renninger
Hi, this is a resend considering Sadrul's review on the zombie timeout patch. Please consider to apply these. Thanks, Thomas ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users

[PATCH 2/2] screen: Implement dead/zombie window polling

2013-01-04 Thread Thomas Renninger
Currently if zombie keys are defined, one needs to explicitly hit a key to tell screen to try to reconnect a window. This is rather unfortunte if you for example have dozens of screens connected to foreign machines through network connections. Once the network connection is cut for a while, all win

[PATCH 1/2] screen: Introduce sort command which sorts windows according to their title

2013-01-04 Thread Thomas Renninger
The new command: :sort will sort all active screen windows ordered by title. Limitation: - Will only work in overview window (CTRL-a-") Still, this command is very helpful for users who use screen sessions with a huge amount of active windows. Signed-off-by: Thomas Renninger --- src/comm.c