forked from Lainports/freebsd-ports
Reimplement Debian patches to display screen session creation time and
sort the list of sessions by date.
Output example for 'screen -ls' command
---------------------------------------
There is a screen on:
14059.pts-7.1302amd64-head (08/15/23 10:02:52) (Attached)
1 Socket in /tmp/screens/S-root.
Reviewed by: cy
Differential Revision: https://reviews.freebsd.org/D41469
11 lines
313 B
Groff
11 lines
313 B
Groff
--- doc/screen.1.orig 2023-08-15 11:01:59 UTC
|
|
+++ doc/screen.1
|
|
@@ -241,7 +241,7 @@
|
|
.IR screen ,
|
|
but prints a list of
|
|
.I pid.tty.host
|
|
-strings identifying your
|
|
+strings and creation timestamps identifying your
|
|
.I screen
|
|
sessions.
|
|
Sessions marked `detached' can be resumed with \*Qscreen \-r\*U. Those marked
|