1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1536 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-06-02 12:35:25 +00:00 committed by cras
parent 05777636a7
commit af7c5fd221

View File

@ -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--;
}