mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue