On 2021/06/07 14:04, Michael van Elst wrote:
I would, but my patch is wrong as I didn't see that control codes (c0c1) are not sent to the per-state routines.
Here is the problem: https://nxr.netbsd.org/xref/src/sys/dev/wscons/wsemul_vt100.c#984 control codes are unconditionally eaten by wsemul_vt100_output_c0c1(). Thanks, rin