Searched refs:VTERM_PROP_CURSORSHAPE_UNDERLINE (Results 1 – 3 of 3) sorted by relevance
255 VTERM_PROP_CURSORSHAPE_UNDERLINE, enumerator
1436 settermprop_int (state, VTERM_PROP_CURSORSHAPE, VTERM_PROP_CURSORSHAPE_UNDERLINE); in on_csi()1440 settermprop_int (state, VTERM_PROP_CURSORSHAPE, VTERM_PROP_CURSORSHAPE_UNDERLINE); in on_csi()1734 case VTERM_PROP_CURSORSHAPE_UNDERLINE: reply = 4; break; in request_status_string()
2351 term->tl_cursor_shape == VTERM_PROP_CURSORSHAPE_UNDERLINE ? SHAPE_HOR : in term_get_cursor_shape()