[dev] [st] DCS strings cause Unicode glitches

2020-06-17 Thread Tim Allen
I discovered recently that if an application running inside st tries to send a DCS string, subsequent Unicode characters get messed up. For example, consider the following test-case: printf '\303\277\033P\033\\\303\277' ...where: - \303\277 is the UTF-8 encoding of U+00FF LATIN SMALL LETTE

Re: [dev] [st] DCS strings cause Unicode glitches

2020-06-17 Thread Hiltjo Posthuma
On Thu, Jun 18, 2020 at 02:05:19AM +1000, Tim Allen wrote: > I discovered recently that if an application running inside st tries to > send a DCS string, subsequent Unicode characters get messed up. For > example, consider the following test-case: > > printf '\303\277\033P\033\\\303\277' > >