summaryrefslogtreecommitdiff
path: root/src/fe-text/terminfo-core.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-11-16 10:05:21 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-11-16 10:05:21 +0000
commitc2e2d606e681edadd24c2eb1d492f0a6a8323d15 (patch)
tree490753db76826801629347989dd6a26fb45d8f18 /src/fe-text/terminfo-core.h
parent4322da78aad1bbd4bc6a59937c29473c3f794ae1 (diff)
downloadirssi-c2e2d606e681edadd24c2eb1d492f0a6a8323d15.zip
Removed /SET term_scroll_fast - looks like il/dl commands work fine with
scrolling region at least in xterm and linux console, so it looks nice and is fast. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2028 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text/terminfo-core.h')
-rw-r--r--src/fe-text/terminfo-core.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fe-text/terminfo-core.h b/src/fe-text/terminfo-core.h
index 5c823854..93afa78b 100644
--- a/src/fe-text/terminfo-core.h
+++ b/src/fe-text/terminfo-core.h
@@ -93,10 +93,6 @@ 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);