Skip to content

Instantly share code, notes, and snippets.

@andyeff
Created July 31, 2014 13:25
Show Gist options
  • Save andyeff/5439754667e35d452d25 to your computer and use it in GitHub Desktop.
Save andyeff/5439754667e35d452d25 to your computer and use it in GitHub Desktop.
ScreenRC
# Fixes resizing in putty
termcapinfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
# Allows scrollback in putty without using screens copy mode (for ref: Ctrl-A, esc to enter copy mode)
termcapinfo xterm ti@:te@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment