Created
June 10, 2011 06:59
-
-
Save ignacy/1018364 to your computer and use it in GitHub Desktop.
Setting 256 colors and other basic options for xterm
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
| ! ~/.Xdefaults - for X11/Cygwin running xterm | |
| XTerm*termName: xterm-256color | |
| xterm*scrollBar: false | |
| xterm*vt100.scrollBar: false | |
| xterm*vt100.font: Inconsolata-11 | |
| xterm*background: black | |
| xterm*foreground: white | |
| xterm*multiScroll: on | |
| xterm*jumpScroll: on | |
| xterm*SaveLines: 10000 | |
| XTerm*vt100*geometry: 120x60 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment