diff options
Diffstat (limited to 'src/fe-text/terminfo-core.h')
-rw-r--r-- | src/fe-text/terminfo-core.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fe-text/terminfo-core.h b/src/fe-text/terminfo-core.h index 93afa78b..5c823854 100644 --- a/src/fe-text/terminfo-core.h +++ b/src/fe-text/terminfo-core.h @@ -93,6 +93,10 @@ void terminfo_core_deinit(TERM_REC *term); terminal capabilities don't contain color codes */ void terminfo_setup_colors(TERM_REC *term, int force); +/* Setup scrolling - if fast is TRUE, we'll use the fastest method to + scroll, if it's FALSE, we'll use the one that looks cleanest. */ +void terminfo_setup_scroll(TERM_REC *term, int fast); + /* Terminal was resized - ask the width/height from terminfo again */ void terminfo_resize(TERM_REC *term); |