Home
last modified time | relevance | path

Searched refs:combine_width (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/libvterm/src/
H A Dstate.c319 …row == state->combine_pos.row && state->pos.col == state->combine_pos.col + state->combine_width) { in on_text()
350 putglyph(state, state->combine_chars, state->combine_width, state->combine_pos); in on_text()
435 state->combine_width = width; in on_text()
1278 putglyph(state, state->combine_chars, state->combine_width, state->pos); in on_csi()
1279 state->pos.col += state->combine_width; in on_csi()
1281 if (state->pos.col + state->combine_width >= row_width) { in on_csi()
H A Dvterm_internal.h108 int combine_width; // The width of the glyph above member