카테고리 없음2010. 9. 10. 12:15
 
vbell off
msgwait 3600
autodetach on
startup_message off
pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."
defhstatus "<^En-^Et> ^EW" # [^EM/^Ed(^ED) ^Ec]"
defscrollback 10000
#caption always "%{= kw}%?%-Lw%?%{+b kw}%n*%t%f %?(%u)%?%{= kw}%?%+Lw%?"

altscreen on

#?하단
backtick 1 5 5 true
termcapinfo rxvt* 'hs:ts=\E]2;:fs=\007:ds=\E]2;\007'
hardstatus string "screen (%n: %t)"
caption string "%{= kw}%Y-%m-%d;%c %{= kw}%-Lw%{= kG}%{+b}[%n %t]%{-b}%{= kw}%+Lw%1`"
caption always

#스크롤
termcapinfo xterm* ti@:te@


# 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 [.]
# ################
#
# default windows
#
screen -t bash 0 bash
# caption always "%3n %t%? @%u%?%? [%h]%?"
defutf8 on




Posted by bayron