[w3m-dev 03732] Re: scroll() is slow ?
* configure (use_raw_scroll): added (config.h) use_raw_scroll * config.h.dist (USE_RAW_SCROLL): added * display.c (displayBuffer): ifdef USE_RAW_SCROLL * proto.h (scroll): ifdef USE_RAW_SCROLL (rscroll): ditto (need_clrtoeol): if 0 (terms.c): if 0 need_clrtoeol (scroll_raw): ifdef USE_RAW_SCROLL From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
@@ -54,6 +54,11 @@
|
||||
*/
|
||||
#undef MENU_THIN_FRAME
|
||||
|
||||
/*
|
||||
* Use raw scroll
|
||||
*/
|
||||
#undef USE_RAW_SCROLL
|
||||
|
||||
/*
|
||||
*/
|
||||
#undef TABLE_EXPAND
|
||||
|
Reference in New Issue
Block a user