Browse Source

.screenrc: Changed to not use hardstatus alwayslastline, so we can use xterm's title

master
Alejandro Mery 16 years ago
parent
commit
15b3b8143d
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      .screenrc

+ 3
- 2
.screenrc

@ -147,7 +147,8 @@
# a "caption" is another line which can show information - # a "caption" is another line which can show information -
# in addition to the hardstatus line. # in addition to the hardstatus line.
# #
caption always "%{WB}%?%-Lw%?%{kw}%n*%f %t%?(%u)%?%{WB}%?%+Lw%?%{Wb}"
# caption always "%{WB}%?%-Lw%?%{kw}%n*%f %t%?(%u)%?%{WB}%?%+Lw%?%{Wb}"
caption always "%{WB}%?%-Lw%?%{kw}%n*%f %t%?(%u)%?%{WB}%?%+Lw%?%{Wb} %= %{= RY} %H %{BW} %l %{bW} %c %M %d"
# color--------color================color++++++++color # color--------color================color++++++++color
# #
# =============================== # ===============================
@ -157,7 +158,7 @@
# current HARDSTATUS [2005-04-12] # current HARDSTATUS [2005-04-12]
# patterns: host, load, time, date. # patterns: host, load, time, date.
# the "%=" at the end extends the current color unto the end of the line. # the "%=" at the end extends the current color unto the end of the line.
hardstatus alwayslastline "%{= RY}%H %{BW} %l %{bW} %c %M %d%= www.cynapses.org"
# hardstatus alwayslastline "%{= RY}%H %{BW} %l %{bW} %c %M %d%= www.cynapses.org"
# #
# #
# ===================================================== # =====================================================

Loading…
Cancel
Save