Searched refs:old_scroll (Results 1 – 1 of 1) sorted by relevance
231 int old_scroll = *scrollamt; in tab_next() local264 if (*scrollamt != old_scroll) { in tab_next()267 *scrollamt = old_scroll; in tab_next()271 wscrl(win, *scrollamt - old_scroll); in tab_next()292 int old_scroll = *scrollamt; in scroll_next() local294 int target = old_scroll + stepsize; in scroll_next()298 if (old_row != old_scroll) in scroll_next()299 target = old_scroll; in scroll_next()301 target = old_scroll + stepsize; in scroll_next()326 if (*scrollamt != old_scroll) { in scroll_next()[all …]