1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-12-04 14:46:45 -05:00

Redefine CURS_ON to be CURS_NORMAL as this works better with xterm

If "-bc" (flash cursor) is passed to xterm, CURS_VISIBLE will stop it
from flashing--not the intended effect.  CURS_NORMAL will continue to
make the cursor flash with the "-bc" option.
This commit is contained in:
John Zaitseff 2011-07-15 21:35:51 +10:00
parent 97a9c6a35b
commit b39a1a7567

View File

@ -47,7 +47,7 @@ typedef enum curs_type {
} curs_type_t;
#define CURS_OFF (CURS_INVISIBLE)
#define CURS_ON (CURS_VISIBLE)
#define CURS_ON (CURS_NORMAL)
// Keycodes