Searched refs:_nc_scroll_optimize (Results 1 – 5 of 5) sorted by relevance
180 _nc_scroll_optimize(void) in _nc_scroll_optimize() function319 _nc_scroll_optimize(); in main()
525 _nc_scroll_optimize(); in main()
794 _nc_scroll_optimize(); in doupdate()
1131 extern NCURSES_EXPORT(void) _nc_scroll_optimize (void);
5506 + rewrote/simplified _nc_scroll_optimize() by separating into two5565 logic that computes indices for _nc_scroll_optimize().5567 of scroll indices used in _nc_scroll_optimize(). This is faster than5703 + restore logic in _nc_scroll_optimize() which marks as touched the5723 pad was not compared when setting up indices for _nc_scroll_optimize.5851 + modify scrolling algorithm in _nc_scroll_optimize() to reject hunks6649 + check return code of _nc_mvcur_scrolln() in _nc_scroll_optimize() for