Searched refs:start_x (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()639 start_x--; in show_scroll_win()643 start_x++; in show_scroll_win()654 if (start_x < 0) in show_scroll_win()655 start_x = 0; in show_scroll_win()656 if (start_x >= total_cols-text_cols) in show_scroll_win()657 start_x = total_cols-text_cols; in show_scroll_win()