mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Add a missing seen_disp_event for ESC # 3 and friends.
These escape sequences immediately change the display of the line they're invoked on, so they need to trigger a display update. But they weren't, and I suppose we must have never noticed before due to the complete confusion fixed in commitbdbd5f429c
. (cherry picked from commitaa1552bc82
)
This commit is contained in:
parent
963aebc260
commit
4503314376
@ -4251,6 +4251,7 @@ static void term_out(Terminal *term, bool called_from_term_data)
|
||||
check_line_size(term, ldata);
|
||||
check_trust_status(term, ldata);
|
||||
ldata->lattr = nlattr;
|
||||
seen_disp_event(term);
|
||||
break;
|
||||
}
|
||||
/* GZD4: G0 designate 94-set */
|
||||
|
Loading…
Reference in New Issue
Block a user