Searched refs:text_cols (Results 1 – 1 of 1) sorted by relevance
527 int text_lines = 0, text_cols = 0; in show_scroll_win_ext() local560 text_cols = max(win_cols-2, 0); in show_scroll_win_ext()578 text_cols, 0); in show_scroll_win_ext()581 text_cols, in show_scroll_win_ext()640 if (start_x >= total_cols-text_cols) in show_scroll_win_ext()641 start_x = total_cols-text_cols; in show_scroll_win_ext()
Completed in 3 milliseconds