[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:
8
configure
vendored
8
configure
vendored
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $Id: configure,v 1.96 2003/01/29 17:10:25 ukai Exp $
|
||||
# $Id: configure,v 1.97 2003/02/06 17:15:10 ukai Exp $
|
||||
# Configuration.
|
||||
#
|
||||
|
||||
@@ -883,6 +883,7 @@ def_param use_bufinfo n
|
||||
def_param use_egd y
|
||||
def_param enable_remove_trailingspaces n
|
||||
def_param menu_thin_frame n
|
||||
def_param use_raw_scroll n
|
||||
def_param emacs_like_lineedit $include_opt
|
||||
def_param vi_prec_num $include_opt
|
||||
def_param label_topline $include_opt
|
||||
@@ -2315,6 +2316,11 @@ $def_enable_remove_trailingspaces
|
||||
*/
|
||||
$def_menu_thin_frame
|
||||
|
||||
/*
|
||||
* Use raw scroll
|
||||
*/
|
||||
$def_use_raw_scroll
|
||||
|
||||
/*
|
||||
*/
|
||||
$def_table_expand
|
||||
|
Reference in New Issue
Block a user