Searched refs:this_width (Results 1 – 1 of 1) sorted by relevance
373 int this_width; in on_text() local380 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()