mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
resize fixes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1446 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
529e204139
commit
8405520f5b
@ -611,6 +611,7 @@ void textbuffer_view_resize(TEXT_BUFFER_VIEW_REC *view, int width, int height)
|
|||||||
view_scroll(view, &view->startline, &view->subline,
|
view_scroll(view, &view->startline, &view->subline,
|
||||||
-view->empty_linecount, FALSE);
|
-view->empty_linecount, FALSE);
|
||||||
}
|
}
|
||||||
|
textbuffer_view_init_ypos(view);
|
||||||
}
|
}
|
||||||
|
|
||||||
view->bottom = view_is_bottom(view);
|
view->bottom = view_is_bottom(view);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user