NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/53245: wscons does not support SGR 39 49 or BEL as ST



The following reply was made to PR kern/53245; it has been noted by GNATS.

From: Rin Okuyama <rokuyama.rk%gmail.com@localhost>
To: "gnats-bugs%NetBSD.org@localhost" <gnats-bugs%NetBSD.org@localhost>
Cc: 
Subject: Re: kern/53245: wscons does not support SGR 39 49 or BEL as ST
Date: Tue, 8 Jun 2021 16:56:59 +0900

 -------- Forwarded Message --------
 Subject: CVS commit: src/sys/dev/wscons
 Date: Mon, 7 Jun 2021 11:52:08 -0400
 From: Christos Zoulas <christos%netbsd.org@localhost>
 Reply-To: source-changes-d%NetBSD.org@localhost
 To: source-changes-full%NetBSD.org@localhost
 
 Module Name:	src
 Committed By:	christos
 Date:		Mon Jun  7 15:52:08 UTC 2021
 
 Modified Files:
 	src/sys/dev/wscons: wsemul_vt100.c
 
 Log Message:
 PR/56223: David Shao ^[]8;;^G make console unresponsive. From OpenBSD:
 In `string' state, accept bell (^G) as an end of sequence in addition to
 `ESC \', as supported by xterm; some third-party software such as
 ncmpcpp rely upon this.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.46 -r1.47 src/sys/dev/wscons/wsemul_vt100.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 
 


Home | Main Index | Thread Index | Old Index