set the default for cursorBlink to 'never'

This commit is contained in:
matthieu 2018-05-20 09:22:18 +00:00
parent 51ae82fb3f
commit a7a745bbe2
2 changed files with 4 additions and 1 deletions

View File

@ -561,7 +561,7 @@ static XtResource xterm_resources[] =
#if OPT_BLINK_CURS
Bres(XtNcursorBlinkXOR, XtCCursorBlinkXOR, screen.cursor_blink_xor, True),
Sres(XtNcursorBlink, XtCCursorBlink, screen.cursor_blink_s, "false"),
Sres(XtNcursorBlink, XtCCursorBlink, screen.cursor_blink_s, "never"),
#endif
Bres(XtNcursorUnderLine, XtCCursorUnderLine, screen.cursor_underline, False),

View File

@ -7859,6 +7859,9 @@ resources have different default values:
.B allowWindowOps: false
Various, potentially dangerous, extended window control sequences are disabled.
.TP 8
.B cursorBlink: never
Prevents cursor from blinking.
.TP 8
.B deleteIsDEL: true
The Delete key generates \fB^?\fP.
.TP 8