mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
bugfix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1536 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
05777636a7
commit
af7c5fd221
@ -475,7 +475,7 @@ static void view_draw(TEXT_BUFFER_VIEW_REC *view, GList *line,
|
||||
|
||||
/* clear the rest of the view */
|
||||
while (lines > 0) {
|
||||
screen_move(view->window, ypos, 0);
|
||||
screen_move(view->window, 0, ypos);
|
||||
screen_clrtoeol(view->window);
|
||||
ypos++; lines--;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user