dot/Xdefaults: Some xterm fiddling.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 3 Aug 2017 11:25:47 +0000 (12:25 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 3 Aug 2017 11:25:47 +0000 (12:25 +0100)
Turn off the pointless internal border.  Declare 256-colour support in
the $TERM variable.

dot/Xdefaults

index 2787e0b..a636fae 100644 (file)
@@ -53,6 +53,8 @@ XTerm.vt100.geometry:         80x35
 XTerm.vt100*font:              FIXED
 XTerm.vt100.foreground:                white
 XTerm.vt100.background:                black
+XTerm.vt100.internalBorder:    0
+XTerm*termName:                        xterm-256color
 XTerm*scrollBar:               true
 XTerm*saveLines:               1000
 XTerm*scrollTtyOutput:         false