Last active
April 12, 2016 01:34
-
-
Save hacker65536/1ef669b068eeb24f195828a1ab49d46a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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