1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Merge osc_strlen fix from 'pre-0.78'.

This commit is contained in:
Simon Tatham 2022-10-23 17:46:00 +01:00
commit 9701a3dcaa

View File

@ -4021,6 +4021,7 @@ static void term_out(Terminal *term, bool called_from_term_data)
/* Compatibility is nasty here, xterm, linux, decterm yuk! */
compatibility(OTHER);
term->termstate = SEEN_OSC;
term->osc_strlen = 0;
term->esc_args[0] = 0;
term->esc_nargs = 1;
break;