Searched refs:index_of_y (Results 1 – 1 of 1) sorted by relevance
356 unsigned index_of_y; in draw_scroll() local378 index_of_y = index_of_top + y; in draw_scroll()379 if (index_of_y >= total_lines) { in draw_scroll()383 waddstr(scroll_w, stringarray_get(sc_lines, index_of_y)); in draw_scroll()