HomeSort by: relevance | last modified time | path
    Searched refs:cursor_set (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
charproc.c 6438 if (screen->cursor_set != screen->cursor_state) {
6439 if (screen->cursor_set)
6454 screen->cursor_state = !screen->cursor_set;
6470 if (screen->cursor_set && moved) {
7398 set_bool_mode(screen->cursor_set);
7859 DoSM(DP_CRS_VISIBLE, screen->cursor_set);
8230 DoRM(DP_CRS_VISIBLE, screen->cursor_set);
9352 screen->cursor_set = ON;
9376 screen->cursor_set = OFF;
13919 screen->cursor_set = ON
    [all...]
ptyx.h 2703 int cursor_set; /* requested state */ member in struct:__anon12178
misc.c 5472 result = MdBool(screen->cursor_set);

Completed in 22 milliseconds