NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/56223: some vt codes result in blank console
The following reply was made to PR kern/56223; it has been noted by GNATS.
From: Rin Okuyama <rokuyama.rk%gmail.com@localhost>
To: Michael van Elst <mlelstv%serpens.de@localhost>
Cc: gnats-bugs%netbsd.org@localhost, kern-bug-people%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost, davshao%gmail.com@localhost,
Valery Ushakov <uwe%stderr.spb.ru@localhost>
Subject: Re: kern/56223: some vt codes result in blank console
Date: Mon, 7 Jun 2021 14:30:17 +0900
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
Home |
Main Index |
Thread Index |
Old Index