37 lines
733 B
Plaintext
37 lines
733 B
Plaintext
!! Look.
|
|
|
|
! Widgets.
|
|
xterm*faceName: Iosevka Regular
|
|
xterm*faceSize: 12
|
|
|
|
! Misc.
|
|
xterm*title: XTerminal
|
|
|
|
!! Functionality.
|
|
|
|
! Save X number of lines.
|
|
xterm*savelines: 20000
|
|
|
|
! Allow double-click to hilight URIs.
|
|
xterm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
|
|
|
|
! Stop scrolling on output.
|
|
xterm*scrollTtyOutput: false
|
|
|
|
! Set a framerate cap (yes, its ridiculous, I know)
|
|
xterm*buffered: true
|
|
xterm*bufferedFPS: 60
|
|
|
|
! Work around odd behavior in EMACS.
|
|
xterm*backarrowKey: false
|
|
|
|
! Run in Unicode mode.
|
|
xterm*utf8: 2
|
|
xterm*Utf8Fonts: 2
|
|
xterm*locale: true
|
|
|
|
! Use a visual bell.
|
|
xterm*VisualBell: true
|
|
|
|
! Send escape codes with META to allow use of EMACS
|
|
xterm*metaSendsEscape: true |