Searched refs:start_x (Results 1 – 1 of 1) sorted by relevance
557 int start_x = 0, start_y = 0; in show_scroll_win() local603 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win()640 start_x--; in show_scroll_win()644 start_x++; in show_scroll_win()655 if (start_x < 0) in show_scroll_win()656 start_x = 0; in show_scroll_win()657 if (start_x >= total_cols-text_cols) in show_scroll_win()658 start_x = total_cols-text_cols; in show_scroll_win()