Skip to content

Instantly share code, notes, and snippets.

@neilisaac
Created July 7, 2011 01:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neilisaac/1068728 to your computer and use it in GitHub Desktop.
Save neilisaac/1068728 to your computer and use it in GitHub Desktop.
GNU screenrc with status bar at the bottom
defscrollback 1024
startup_message off
hardstatus on
hardstatus alwayslastline
hardstatus string "%{.1099} %-w%{.bg}%n %t%{-}%+w %=%H %c:%s "
#bind c screen 1
#bind 0 select 10
#caption always "%3n %t%? @%u%?%? [%h]%?%=%c"
@neilisaac
Copy link
Author

enable scrollback in xterm (gnome-terminal, etc)

termcapinfo xterm* ti@:te@

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment