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

[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
(no polling is done). Signed-off-by: Thomas Renninger --- src/comm.c |3 ++- src/doc/screen.1 | 14 ++ src/doc/screen.texinfo |9 + src/process.c | 12 src/screen.c |7 +++ src/window.c | 29

[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/c

[Resend] [PATCH 0/2] Introduce sort command an zombie reconnect polling

2012-12-13 Thread Thomas Renninger
Hi, these patches are based on latest git master branch from this repo: git://git.savannah.gnu.org/screen Both have been tested in a productive environment for a while already. Please consider to apply to the mainline git repository. Thanks, Thomas __

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

2012-12-13 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/c

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

2012-12-13 Thread Thomas Renninger
(no polling is done). Signed-off-by: Thomas Renninger --- src/comm.c |3 ++- src/doc/screen.1 |9 + src/doc/screen.texinfo |9 + src/process.c | 12 src/screen.c |7 +++ src/window.c | 29

Re: [PATCH 1/2] patch sort_command.patch

2012-12-13 Thread Thomas Renninger
On Thursday, December 13, 2012 12:28:27 PM Thomas Renninger wrote: > > Signed-off-by: Thomas Renninger Argh, I forgot a guilt refresh and the changelog message is missing. I'll resend. Sorry about that, Thomas ___ screen-users mailing

[PATCH 1/2] patch sort_command.patch

2012-12-13 Thread Thomas Renninger
Signed-off-by: Thomas Renninger --- src/comm.c |1 + src/doc/screen.1 |5 + src/process.c| 43 +++ 3 files changed, 49 insertions(+), 0 deletions(-) diff --git a/src/comm.c b/src/comm.c index 5f4af8a..36b2270 100644 --- a/src

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

2012-12-13 Thread Thomas Renninger
(no polling is done). Signed-off-by: Thomas Renninger --- src/comm.c |3 ++- src/doc/screen.1 |9 + src/doc/screen.texinfo |9 + src/process.c | 12 src/screen.c |7 +++ src/window.c | 29

[Resend] Introduce sort command an zombie reconnect polling

2012-12-13 Thread Thomas Renninger
Hi, these patches are based on latest git master branch from this repo: git://git.savannah.gnu.org/screen Both have been tested in a productive environment for a while already. Please consider to apply to the mainline git repository. Thanks, Thomas __

[PATCH] [RESEND] screen: Introduce sort command

2011-09-19 Thread Thomas Renninger
s not always take place. Still, this command is very helpful for users who use screen sessions with a huge amount of active windows. Might apply with line offset to latest screen sources. Got tested intensively with our screen over the last years. Please apply. Signed-off-by: Thomas Renninger c

[PATCH] screen: Introduce sort command

2011-03-04 Thread Thomas Renninger
Would be great if it can get included into the mainline code repository. Thanks, Thomas screen: Introduce sort command Signed-off-by: Thomas Renninger comm.c |1 + doc/screen.1 |5 + process.c| 41 + 3 files changed, 47