Home
last modified time | relevance | path

Searched refs:cursor_shape (Results 1 – 2 of 2) sorted by relevance

/external/libvterm/src/
Dvterm_internal.h106 unsigned int cursor_shape:2; member
136 unsigned int cursor_shape:2; member
Dstate.c535 state->saved.mode.cursor_shape = state->mode.cursor_shape; in savecursor()
546 settermprop_int (state, VTERM_PROP_CURSORSHAPE, state->saved.mode.cursor_shape); in savecursor()
1545 switch(state->mode.cursor_shape) { in request_status_string()
1819 state->mode.cursor_shape = val->number; in vterm_state_set_termprop()