Home
last modified time | relevance | path

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

/haiku/src/apps/serialconnect/libvterm/include/
H A Dvterm.h91 VTERM_PROP_CURSORSHAPE_BLOCK = 1, enumerator
/haiku/src/apps/serialconnect/libvterm/src/
H A Dstate.c1322 settermprop_int (state, VTERM_PROP_CURSORSHAPE, VTERM_PROP_CURSORSHAPE_BLOCK); in on_csi()
1326 settermprop_int (state, VTERM_PROP_CURSORSHAPE, VTERM_PROP_CURSORSHAPE_BLOCK); in on_csi()
1491 case VTERM_PROP_CURSORSHAPE_BLOCK: reply = 2; break; in request_status_string()
1683 settermprop_int (state, VTERM_PROP_CURSORSHAPE, VTERM_PROP_CURSORSHAPE_BLOCK); in vterm_state_reset()