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 @@
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
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
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