Searched refs:start_y (Results 1 – 1 of 1) sorted by relevance
526 int start_x = 0, start_y = 0; in show_scroll_win_ext() local540 start_y = *vscroll; in show_scroll_win_ext()591 start_y += text_lines-2; in show_scroll_win_ext()595 start_y -= text_lines+2; in show_scroll_win_ext()598 start_y = 0; in show_scroll_win_ext()601 start_y = total_lines-text_lines; in show_scroll_win_ext()605 start_y++; in show_scroll_win_ext()609 start_y--; in show_scroll_win_ext()634 if (start_y < 0) in show_scroll_win_ext()635 start_y = 0; in show_scroll_win_ext()[all …]
Completed in 3 milliseconds