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

  /external/libvterm/src/
vterm_internal.h 80 int combine_width; // The width of the glyph above member in struct:VTermState
state.c 231 if(state->pos.row == state->combine_pos.row && state->pos.col == state->combine_pos.col + state->combine_width) {
262 putglyph(state, state->combine_chars, state->combine_width, state->combine_pos);
331 state->combine_width = width;
    [all...]

Completed in 135 milliseconds