Searched refs:VTERM_ATTR_UNDERLINE (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/serialconnect/libvterm/src/
H A Dpen.c150 state->pen.underline = 0; setpenattr_int( state, VTERM_ATTR_UNDERLINE, 0);
172 setpenattr_int( state, VTERM_ATTR_UNDERLINE, state->pen.underline);
244 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 1);
270 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 2);
285 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 0);
431 case VTERM_ATTR_UNDERLINE:
H A Dvterm.c207 case VTERM_ATTR_UNDERLINE: return VTERM_VALUETYPE_INT;
H A Dscreen.c403 case VTERM_ATTR_UNDERLINE:
/haiku/src/apps/serialconnect/libvterm/include/
H A Dvterm.h69 VTERM_ATTR_UNDERLINE, // number: 4, 21, 24 enumerator in enum:__anon6

Completed in 45 milliseconds