HomeSort by relevance Sort by last modified time
    Searched full:setpenattr_int (Results 1 - 1 of 1) sorted by null

  /external/libvterm/src/
pen.c 115 static void setpenattr_int(VTermState *state, VTermAttr attr, int number) function
149 state->pen.underline = 0; setpenattr_int( state, VTERM_ATTR_UNDERLINE, 0);
154 state->pen.font = 0; setpenattr_int( state, VTERM_ATTR_FONT, 0);
171 setpenattr_int( state, VTERM_ATTR_UNDERLINE, state->pen.underline);
176 setpenattr_int( state, VTERM_ATTR_FONT, state->pen.font);
243 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 1);
264 setpenattr_int(state, VTERM_ATTR_FONT, state->pen.font);
269 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 2);
284 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 0);

Completed in 71 milliseconds