Searched refs:SC_CURSOR_CHAR (Results 1 – 2 of 2) sorted by relevance
70 #ifndef SC_CURSOR_CHAR71 #define SC_CURSOR_CHAR (0x07) macro78 #if SC_MOUSE_CHAR <= SC_CURSOR_CHAR && SC_CURSOR_CHAR < (SC_MOUSE_CHAR + 4)79 #undef SC_CURSOR_CHAR80 #define SC_CURSOR_CHAR (SC_MOUSE_CHAR + 4) macro
125 sc->cursor_char = SC_CURSOR_CHAR; in sc_get_softc()