dot/Xdefaults: Make the XTerm cursor be red and blinky.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 27 Apr 2018 11:45:53 +0000 (12:45 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 27 Apr 2018 11:48:11 +0000 (12:48 +0100)
dot/Xdefaults

index f4ad764..63182ad 100644 (file)
@@ -55,6 +55,10 @@ XTerm.vt100.foreground:              white
 XTerm.vt100.background:                black
 XTerm.vt100.internalBorder:    0
 XTerm*termName:                        xterm-256color
+XTerm*cursorBlink:             true
+XTerm*cursorOnTime:            500
+XTerm*cursorOffTime:           500
+XTerm*cursorColor:             red
 XTerm*scrollBar:               true
 XTerm*saveLines:               1000
 XTerm*scrollTtyOutput:         false