Home
last modified time | relevance | path

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

/vim-8.2.3635/src/libvterm/src/
H A Dstate.c373 int this_width; in on_text() local
380 this_width = vterm_unicode_width(codepoints[i]); in on_text()
382 if(this_width < 0) { in on_text()
387 if (i == glyph_starts || this_width > width) in on_text()
388 width = this_width; in on_text()