Searched refs:start_x (Results 1 – 1 of 1) sorted by relevance
517 int start_x = 0, start_y = 0; in show_scroll_win_ext() local529 start_x = *hscroll; in show_scroll_win_ext()568 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win_ext()604 start_x--; in show_scroll_win_ext()608 start_x++; in show_scroll_win_ext()629 if (start_x < 0) in show_scroll_win_ext()630 start_x = 0; in show_scroll_win_ext()631 if (start_x >= total_cols-text_cols) in show_scroll_win_ext()632 start_x = total_cols-text_cols; in show_scroll_win_ext()636 *hscroll = start_x; in show_scroll_win_ext()