Searched refs:start_y (Results 1 – 1 of 1) sorted by relevance
556 int start_x = 0, start_y = 0; in show_scroll_win() local602 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win()617 start_y += text_lines-2; in show_scroll_win()621 start_y -= text_lines+2; in show_scroll_win()624 start_y = 0; in show_scroll_win()627 start_y = total_lines-text_lines; in show_scroll_win()631 start_y++; in show_scroll_win()635 start_y--; in show_scroll_win()650 if (start_y < 0) in show_scroll_win()651 start_y = 0; in show_scroll_win()[all …]