1 # Screen configuration file.
4 # Don't display startup message.
7 # Use visual bell instead of audible bell.
10 # Increase the scrollback buffer.
13 # Enable 256 color mode.
15 # Allow bold colors in XTerm (not necessary for Rxvt), not sure why this is
16 # necessary. Otherwise normal and bold colors are switched. Thanks to
17 # http://www.frexx.de/xterm-256-notes/.
20 # Use white on light blue background for highlighting and text messages (and
21 # for window borders in split mode).
24 # Always display the caption.
25 caption always "%{= Bw}%3n %t"
26 # %{= Bw} - white on light blue background, also reset all attributes
29 # Always display the status line with open windows and the hostname.
30 hardstatus alwayslastline "%w%=%l %H"
31 # %w - number and names of windows
32 # %= - right align the following text
36 # Run urlview on current screen content. Very useful to follow links. Make
37 # sure hardcopy_append is off before using this command.
38 bind ^B eval "hardcopy $HOME/.screen-urlview" "screen urlview $HOME/.screen-urlview"