Jay Taylor's notes

back to listing index

jeremyschlatter/dotfiles

[web search]
Original source (github.com)
Tags: screen scrollback-buffer github.com
Clipped on: 2016-03-02

Skip to content
dotfiles / .screenrc
Open this file in GitHub Desktop
10 lines (7 sloc) 251 Bytes
1 # Show tabs.
2 # Copied from http://unix.stackexchange.com/a/26265
3 hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
4
5 # Don't display the copyright page.
6 startup_message off
7
8 # Set so vim does not clobber the scrollback buffer.
9 altscreen on