mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
Scrolling was buggy with "ri" method, it tried to used "rin" as well
which crashed irssi.. Happened at least with NetBSD/sparc. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2615 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
bd7e173c63
commit
85a1b122cd
@ -199,7 +199,6 @@ static void _scroll_region_1(TERM_REC *term, int y1, int y2, int count)
|
||||
term->move(term, 0, y1);
|
||||
for (i = count; i < 0; i++)
|
||||
tput(tparm(term->TI_ri));
|
||||
tput(tparm(term->TI_rin, -count, -count));
|
||||
}
|
||||
|
||||
/* reset the scrolling region to full screen */
|
||||
|
Loading…
Reference in New Issue
Block a user