Subject: bin/33916: "reset" prints undefined interrupt character badly
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Andreas Gustafsson <gson@gson.org>
List: netbsd-bugs
Date: 07/04/2006 17:55:01
>Number:         33916
>Category:       bin
>Synopsis:       "reset" prints undefined interrupt character badly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jul 04 17:55:00 +0000 2006
>Originator:     Andreas Gustafsson
>Release:        NetBSD 3.99.21
>Organization:
>Environment:
System: NetBSD guru.araneus.fi 3.99.21 NetBSD 3.99.21 (GENERIC) #0: Tue Jul 4 08:49:35 EEST 2006 gson@guru.araneus.fi:/usr/build/1002/obj/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:

When the interrupt character is not set, the "reset" command prints
the message "Interrupt is y", where the "y" is actually the dotted-y
character corresponding to character code 255 in ISO 8859-1.

>How-To-Repeat:

Enter the commands

  stty intr undef
  reset

>Fix:

Not provided.