1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-20 05:45:27 -05:00
Simon Tatham 193e2ec063 Rework identification of OSC sequences.
I didn't like the previous patch setting a flag claiming that two
kinds of thing were APC which aren't in fact APC. So I've made a
little enum to distinguish them in the code. There's an outside chance
we might want to handle some case of these in future, in which case
this makes it easier, but more likely it's just making me feel less
wrong about it.

But I've also folded the two existing flags osc_is_apc and osc_w into
that single enum field, which I think is an improvement.
2024-12-22 09:57:29 +00:00
..
2022-01-29 18:25:34 +00:00
2022-11-11 08:44:07 +00:00
2021-10-10 15:00:30 +01:00