You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
992 B
35 lines
992 B
--- 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
|