1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-05 21:42:47 -05:00

Patch to RDB's blinking cursor: make it configurable and by default

off. It's terribly distracting.

[originally from svn r423]
This commit is contained in:
Simon Tatham
2000-03-17 10:46:59 +00:00
parent 455cc2d387
commit 7d85289621
5 changed files with 16 additions and 2 deletions

View File

@ -150,6 +150,7 @@ typedef struct {
int alt_f4; /* is it special? */
int alt_space; /* is it special? */
int ldisc_term;
int blink_cur;
/* Terminal options */
int savelines;
int dec_om;