Skip to content

Instantly share code, notes, and snippets.

@hacker65536
Last active April 12, 2016 01:34
Show Gist options
  • Save hacker65536/1ef669b068eeb24f195828a1ab49d46a to your computer and use it in GitHub Desktop.
Save hacker65536/1ef669b068eeb24f195828a1ab49d46a to your computer and use it in GitHub Desktop.
escape 
# "^Z" is a control code. input this code ctrl+v > ctrl+z
termcapinfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
# escape screen resize for xterm
#termcapinfo kterm-color 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
# escape screen resize for kterm-color
defscrollback 4000
#scrollback 4000 using current screent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment