Last active
May 5, 2017 18:35
-
-
Save skvggor/f231defb42d210b0e120d763776e8469 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
xterm*background: grey9 | |
xterm*foreground: white | |
xterm*cursorColor: red | |
xterm*cursorUnderline: true | |
xterm*cursorBlink: true | |
xterm*saveLines: 100 | |
! -- Allow utf8 in/out | |
xterm*utf8: 2 | |
xterm*eightBitInput: true | |
xtere*eightBitControl: false | |
xterm*eightBitOutput: true | |
! -- Enables True-Type rendering: | |
xterm*renderFont: true | |
xterm*faceName: Hack | |
xterm*faceNameDoublesize: Hack | |
xterm*wideChars: true | |
xterm*wideFont: Hack |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment