mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -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 */
|
/* clear the rest of the view */
|
||||||
while (lines > 0) {
|
while (lines > 0) {
|
||||||
screen_move(view->window, ypos, 0);
|
screen_move(view->window, 0, ypos);
|
||||||
screen_clrtoeol(view->window);
|
screen_clrtoeol(view->window);
|
||||||
ypos++; lines--;
|
ypos++; lines--;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user