HomeSort by relevance Sort by last modified time
    Searched refs:fg_index (Results 1 - 2 of 2) sorted by null

  /external/libvterm/src/
pen.c 156 state->fg_index = -1;
232 if(state->fg_index > -1 && state->fg_index < 8 && state->bold_is_highbright)
233 set_pen_col_ansi(state, VTERM_ATTR_FOREGROUND, state->fg_index + (state->pen.bold ? 8 : 0));
305 state->fg_index = value;
312 state->fg_index = -1;
315 argi += 1 + lookup_colour(state, CSI_ARG(args[argi+1]), args+argi+2, argcount-argi-2, &state->pen.fg, &state->fg_index);
320 state->fg_index = -1;
349 state->fg_index = value;
400 if(state->fg_index >= 0 && state->fg_index < 8
    [all...]
vterm_internal.h 107 int fg_index; member in struct:VTermState

Completed in 43 milliseconds