Searched refs:text_cols (Results 1 – 2 of 2) sorted by relevance
526 int text_lines = 0, text_cols = 0; in show_scroll_win_ext() local559 text_cols = max(win_cols-2, 0); in show_scroll_win_ext()577 text_cols, 0); in show_scroll_win_ext()580 text_cols, in show_scroll_win_ext()639 if (start_x >= total_cols-text_cols) in show_scroll_win_ext()640 start_x = total_cols-text_cols; in show_scroll_win_ext()
609 u8 text_cols; member