Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawscreen.c418 int this_ru_col; in win_redr_status() local
495 if (this_ru_col <= 1) in win_redr_status()
521 else if (len > this_ru_col - 1) in win_redr_status()
523 p += len - (this_ru_col - 1); in win_redr_status()
525 len = this_ru_col - 1; in win_redr_status()
641 int this_ru_col; in win_redr_ruler() local
753 if (this_ru_col < 0) in win_redr_ruler()
754 this_ru_col = 0; in win_redr_ruler()
757 if (this_ru_col < (width + 1) / 2) in win_redr_ruler()
759 if (this_ru_col + o < width) in win_redr_ruler()
[all …]