Home
last modified time | relevance | path

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

/dports/shells/fish/fish-3.3.1/src/
H A Dcommon.cpp726 int tok_width = 0; in reformat_for_screen() local
732 if ((tok_width + fish_wcwidth(*pos)) > (screen_width - 1)) { in reformat_for_screen()
737 tok_width += fish_wcwidth(*pos); in reformat_for_screen()
754 if ((line_width + (line_width != 0 ? 1 : 0) + tok_width) > screen_width) { in reformat_for_screen()
760 line_width += (line_width != 0 ? 1 : 0) + tok_width; in reformat_for_screen()