31 lines
670 B
Plaintext
31 lines
670 B
Plaintext
|
!! Cosmetics.
|
||
|
|
||
|
! Widgets.
|
||
|
xterm*faceName: Liberation Mono
|
||
|
xterm*faceSize: 12
|
||
|
xterm*ScrollBar: false
|
||
|
xterm*toolBar: false
|
||
|
xterm.form.background: #D8D8D8
|
||
|
xterm.form.vt100.background: black
|
||
|
xterm.form.menubar*background: #BEBEBE
|
||
|
|
||
|
xterm*foreground: white
|
||
|
|
||
|
! Misc.
|
||
|
xterm*title: Terminal
|
||
|
|
||
|
!! 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
|