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: "David H. Gutteridge" <david%gutteridge.ca@localhost>
To: gnats-bugs%netbsd.org@localhost, "uwe%stderr.spb.ru@localhost" <dholland-bugs%netbsd.org@localhost>,
 dholland-bugs%netbsd.org@localhost
Cc: 
Subject: Re: kern/56223 (some vt codes result in blank console)
Date: Fri, 04 Jun 2021 16:23:58 -0400

 I have a sample reproducer. An example is the second line below (as
 output here by "cat -v"), which has an escape sequence trying to
 function as a web link:
 
 xjack.c: In function 'xjack_draw':^M
 xjack.c:350:34: warning: array subscript has type 'char' 
 [^[]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wchar-subscripts^G-Wchar-subscripts^[]8;;^G]^M
    350 |       if ((tolower(c) != tolower(*st->s))^M
        |                                  ^^M
 
 I've placed the reproducer file at
 http://www.netbsd.org/~gutteridge/PR56223_reproducer.txt
 
 Dave
 


Home | Main Index | Thread Index | Old Index