1 # Screen configuration file.
4 # Don't display startup message.
7 # Don't use visual bell.
10 # Increase the scrollback buffer.
13 # Enable 256 color mode.
15 # Allow bold colors, not sure why this is necessary. Otherwise normal and bold
16 # colors are switched. Thanks to http://www.frexx.de/xterm-256-notes/.
19 # Always display the status line.
21 # Display the name of the window and the current hostname.
22 hardstatus alwayslastline "%w%=%H"
24 # Run urlview on current screen content. Very useful to follow links. Make
25 # sure hardcopy_append is off before using this command.
26 bind ^B eval "hardcopy $HOME/.screen-urlview" "screen urlview $HOME/.screen-urlview"