我的screenrc

来源:互联网 发布:ios理财软件 编辑:程序博客网 时间:2024/06/03 12:30
#
# ~/.screenrc
#
# skip the startup message
startup_message off
#
# Automatically detach on hangup.
autodetach on
#
# If a screen dies, don't freeze the whole screen waiting for it.
nonblock on
#
# UTF-8 is necessary.
defutf8 on
#
# Change default scrollback value for new windows: scrollback 10000
defscrollback 10000
#
# start with visual bell as default
vbell off
vbell_msg "Bell on %t (%n)"
#
hardstatus on
hardstatus alwayslastline
hardstatus string "%{.bW}%-w%{.rY}%n %t%{-}%+w %=%{..G} %H(%l) %{..Y} %Y/%m/%d %c:%s "
#

vbell off