mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 09:12:24 +00:00
Remember to update scrollbar when scrollback is reset
[originally from svn r727]
This commit is contained in:
parent
0432fabf20
commit
a80fa10287
@ -215,6 +215,7 @@ void term_update(void) {
|
|||||||
(seen_disp_event && (!cfg.scroll_on_key)) ) {
|
(seen_disp_event && (!cfg.scroll_on_key)) ) {
|
||||||
disptop = scrtop;
|
disptop = scrtop;
|
||||||
seen_disp_event = seen_key_event = 0;
|
seen_disp_event = seen_key_event = 0;
|
||||||
|
update_sbar();
|
||||||
}
|
}
|
||||||
do_paint (ctx, TRUE);
|
do_paint (ctx, TRUE);
|
||||||
sys_cursor(curs_x, curs_y + (scrtop - disptop) / (cols+1));
|
sys_cursor(curs_x, curs_y + (scrtop - disptop) / (cols+1));
|
||||||
|
Loading…
Reference in New Issue
Block a user