My .screenrc

As per request, here’s my .screenrc:

# skip the startup message
startup_message off

# UTF-8 everywhere
defutf8 on

# Automatically detach on hangup.
autodetach on

# If a screen dies, don't freeze the whole screen waiting for it.
nonblock on

# Change default scrollback value for new windows
defscrollback 10000
scrollback 10000

# start with visual bell as default
vbell off
vbell_msg "Bell on %t (%n)"

# look and feel
caption always "%3n %t%? @%u%?%? [%h]%?%=%c"
termcapinfo xterm 'hs:ts=\E]2;:fs=07:ds=\E]2;screen07'
hardstatus alwaysignore
hardstatus alwayslastline '%{gW}%-w%{.wb}%n %t%{-}%+w %=%{.w}'

activity "Activity in %t (%n)"

Gives you this.

I shamelessly stole this from someone on the Something Awful Forums.

Advertisement

3 comments so far

  1. jbalint on

    defnonblock is awesome! i’ve run into this problem a bunch of times, didnt know there was a solution.

  2. GT_Onizuka on

    screen is quite fantabulous.

  3. jbalint on

    you’re crazy for running screen in screen


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.