mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05: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 commit bdbd5f429c79a67. (cherry picked from commit aa1552bc8227f70674ccf20838b141abfd170434)
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_line_size(term, ldata);
|
||||||
check_trust_status(term, ldata);
|
check_trust_status(term, ldata);
|
||||||
ldata->lattr = nlattr;
|
ldata->lattr = nlattr;
|
||||||
|
seen_disp_event(term);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
/* GZD4: G0 designate 94-set */
|
/* GZD4: G0 designate 94-set */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user