diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-17 16:23:06 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-17 16:23:06 -0200 |
commit | 341f81f3e212863a143a60dd7375922545ebc2fe (patch) | |
tree | 9d1abf3800760ed353cb25d80dfa100814d60f33 /files | |
parent | d75effa11c00a960a15795f9b9b363869ed3da25 (diff) | |
download | puppet-nodo-341f81f3e212863a143a60dd7375922545ebc2fe.tar.gz puppet-nodo-341f81f3e212863a143a60dd7375922545ebc2fe.tar.bz2 |
Updating screenrc
Diffstat (limited to 'files')
-rw-r--r-- | files/etc/screenrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/etc/screenrc b/files/etc/screenrc index c909d83..eb68114 100644 --- a/files/etc/screenrc +++ b/files/etc/screenrc @@ -89,7 +89,7 @@ termcapinfo wy* CS=\E[?1h:CE=\E[?1l:vi=\E[?25l:ve=\E[?25h:VR=\E[?5h:VN=\E[?5l:cb #make hp700 termcap/info better termcapinfo hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@' -# Extend the vt100 desciption by some sequences. +# Extend the vt100 description by some sequences. termcap vt100* ms:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC terminfo vt100* ms:AL=\E[%p1%dL:DL=\E[%p1%dM:UP=\E[%p1%dA:DO=\E[%p1%dB:LE=\E[%p1%dD:RI=\E[%p1%dC @@ -133,5 +133,5 @@ bind ^] paste [.] # hardstatus alwaysignore # hardstatus alwayslastline "%w" -# Green text, time, and date; windows in blue: -hardstatus alwayslastline "%{=b}%{G} Screen(s): %{b}%w %=%{kG}%C%A %D, %M/%d/%Y " +# Green text, time, and date; windows in cyan: +hardstatus alwayslastline "%{=b}%{G} Screen(s): %{c}%w %=%{kG}%C%A %D, %M/%d/%Y " |