summaryrefslogtreecommitdiff
path: root/src/fe-text/term-terminfo.c
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/term-terminfo.c
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/term-terminfo.c')
-rw-r--r--src/fe-text/term-terminfo.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/fe-text/term-terminfo.c b/src/fe-text/term-terminfo.c
index a0fb1422..e110085f 100644
--- a/src/fe-text/term-terminfo.c
+++ b/src/fe-text/term-terminfo.c
@@ -170,13 +170,6 @@ void term_force_colors(int set)
terminfo_setup_colors(current_term, set);
}
-/* 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 term_setup_scroll(int fast)
-{
- terminfo_setup_scroll(current_term, fast);
-}
-
/* Clear screen */
void term_clear(void)
{