1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Remember to update scrollbar when scrollback is reset

[originally from svn r727]
This commit is contained in:
Simon Tatham 2000-10-20 12:31:02 +00:00
parent 0432fabf20
commit a80fa10287

View File

@ -215,6 +215,7 @@ void term_update(void) {
(seen_disp_event && (!cfg.scroll_on_key)) ) {
disptop = scrtop;
seen_disp_event = seen_key_event = 0;
update_sbar();
}
do_paint (ctx, TRUE);
sys_cursor(curs_x, curs_y + (scrtop - disptop) / (cols+1));