mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-23 15:09:24 -05:00
Merge osc_strlen fix from 'pre-0.78'.
This commit is contained in:
commit
9701a3dcaa
@ -4021,6 +4021,7 @@ static void term_out(Terminal *term, bool called_from_term_data)
|
|||||||
/* Compatibility is nasty here, xterm, linux, decterm yuk! */
|
/* Compatibility is nasty here, xterm, linux, decterm yuk! */
|
||||||
compatibility(OTHER);
|
compatibility(OTHER);
|
||||||
term->termstate = SEEN_OSC;
|
term->termstate = SEEN_OSC;
|
||||||
|
term->osc_strlen = 0;
|
||||||
term->esc_args[0] = 0;
|
term->esc_args[0] = 0;
|
||||||
term->esc_nargs = 1;
|
term->esc_nargs = 1;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user