From: Mark Wooding Date: Fri, 27 Apr 2018 11:45:53 +0000 (+0100) Subject: dot/Xdefaults: Make the XTerm cursor be red and blinky. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/3a89d8c9c14af676582bcbbef4a689089e38b1fc dot/Xdefaults: Make the XTerm cursor be red and blinky. --- diff --git a/dot/Xdefaults b/dot/Xdefaults index f4ad764..63182ad 100644 --- a/dot/Xdefaults +++ b/dot/Xdefaults @@ -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