- drop screen-4.0.2-logname.patch (merged into screen-4.0.2-screenrc.patch)epel9
parent
80f65c19a6
commit
e0a421ba0c
@ -0,0 +1,34 @@
|
|||||||
|
--- screen-4.0.2/etc/screenrc.screenrc 2003-12-05 13:59:39.000000000 +0000
|
||||||
|
+++ screen-4.0.2/etc/screenrc 2005-02-14 21:24:08.578009264 +0000
|
||||||
|
@@ -15,7 +15,7 @@
|
||||||
|
startup_message off
|
||||||
|
|
||||||
|
# emulate .logout message
|
||||||
|
-pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."
|
||||||
|
+pow_detach_msg "Screen session of $LOGNAME $:cr:$:nl:ended."
|
||||||
|
|
||||||
|
# advertise hardstatus support to $TERMCAP
|
||||||
|
# termcapinfo * '' 'hs:ts=\E_:fs=\E\\:ds=\E_\E\\'
|
||||||
|
@@ -126,9 +126,9 @@
|
||||||
|
# Yet another hack:
|
||||||
|
# Prepend/append register [/] to the paste if ^a^] is pressed.
|
||||||
|
# This lets me have autoindent mode in vi.
|
||||||
|
-register [ "\033:se noai\015a"
|
||||||
|
-register ] "\033:se ai\015a"
|
||||||
|
-bind ^] paste [.]
|
||||||
|
+#register [ "\033:se noai\015a"
|
||||||
|
+#register ] "\033:se ai\015a"
|
||||||
|
+#bind ^] paste [.]
|
||||||
|
|
||||||
|
################
|
||||||
|
#
|
||||||
|
@@ -143,6 +143,9 @@
|
||||||
|
# hardstatus alwaysignore
|
||||||
|
# hardstatus alwayslastline "%Lw"
|
||||||
|
|
||||||
|
+# Red Hat's normal status line
|
||||||
|
+hardstatus string "[screen %n%?: %t%?] %h"
|
||||||
|
+
|
||||||
|
# bind = resize =
|
||||||
|
# bind + resize +1
|
||||||
|
# bind - resize -1
|
Loading…
Reference in new issue