diff options
author | Timo Sirainen <cras@irssi.org> | 2001-11-16 10:05:21 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-11-16 10:05:21 +0000 |
commit | c2e2d606e681edadd24c2eb1d492f0a6a8323d15 (patch) | |
tree | 490753db76826801629347989dd6a26fb45d8f18 /src/fe-text/term-terminfo.c | |
parent | 4322da78aad1bbd4bc6a59937c29473c3f794ae1 (diff) | |
download | irssi-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.c | 7 |
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) { |