diff --git a/src/intf.h b/src/intf.h index dcd6e33..a7f2a2d 100644 --- a/src/intf.h +++ b/src/intf.h @@ -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