Report forwarded to debian-devel@lists.debian.org:
Bug#3191; Package ncurses.   debian-devel@lists.debian.org  Subject: Bug#3191: reset(1) doesn't bring an xterm out of alt charset mode Reply-To: Bill Mitchell , debian-bugs@pixar.com Resent-From: Bill Mitchell Resent-To: debian-devel@lists.debian.org Resent-Date: Sun, 02 Jun 1996 23:18:05 GMT Resent-Message-ID: Resent-Sender: iwj10@cus.cam.ac.uk X-Debian-PR-Package: ncurses X-Debian-PR-Keywords: Received: via spool for debian-bugs; Sun, 02 Jun 1996 23:18:05 GMT Received: with rfc822 via encapsulated-mail; Sun, 02 Jun 1996 23:17:00 GMT Received: from pixar.com by mongo.pixar.com with smtp (Smail3.1.28.1 #15) id m0uQMNQ-0005zFC; Sun, 2 Jun 96 16:16 PDT Received: from motgate2.mot.com by pixar.com with SMTP id AA24433 (5.67b/IDA-1.5 for debian-bugs-pipe@mongo.pixar.com); Sun, 2 Jun 1996 16:16:03 -0700 Received: from pobox.mot.com (pobox.mot.com [129.188.137.100]) by motgate2.mot.com (8.7.3/8.6.10/MOT-3.8) with ESMTP id XAA08793 for ; Sun, 2 Jun 1996 23:14:14 GMT Received: from bb29c.mdd.comm.mot.com (bb29c.mdd.comm.mot.com [138.242.72.29]) by pobox.mot.com (8.7.3/8.6.10/MOT-3.8) with ESMTP id SAA03447 for ; Sun, 2 Jun 1996 18:15:53 -0500 (CDT) Received: from localhost (mitchell@localhost) by bb29c.mdd.comm.mot.com (8.7.5/8.7.3) with SMTP id QAA16161 for ; Sun, 2 Jun 1996 16:15:51 -0700 (PDT) X-Authentication-Warning: bb29c.mdd.comm.mot.com: mitchell owned process doing -bs Date: Sun, 2 Jun 1996 16:15:50 -0700 (PDT) From: Bill Mitchell X-Sender: mitchell@bb29c To: debian-bugs@pixar.com Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Package: ncurses Version: 1.9.9e-1 I noticed that reset(1) doesn't reset an xterm from alternate character set mode. Some checking turned up the following: bash# infocmp xterm | grep is is2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, kbs=^H, bash# infocmp xterm | grep rs rs1=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, sc=\E7, Adding a \Ec to these initialization strings would fix this, I think. mitchell@mdd.comm.mot.com (Bill Mitchell)   Acknowledgement sent to Bill Mitchell <mitchell@mdd.comm.mot.com>:
New bug report received and forwarded to list.   -t  From: iwj10@thor.cam.ac.uk (Ian Jackson) To: Bill Mitchell Subject: Bug#3191: Acknowledgement (was: reset(1) doesn't bring an xterm out of alt charset mode) In-Reply-To: References: Thank you for the problem report you have sent regarding Debian Linux. This is an automatically generated reply, to let you know your message has been received. It is being forwarded to the developers' mailing list for their attention; they will reply in due course. If you wish to submit further information on your problem, please send it to debian-bugs@pixar.com, but please ensure that the Subject line of your message starts with "Bug#3191" or "Re: Bug#3191" so that we can identify it as relating to the same problem. Please do not reply to the address at the top of this message, unless you wish to report a problem with the bug-tracking system. Ian Jackson (maintainer, debian-bugs)   From nobody@pixar.com Mon Jun 3 00:16:59 1996 Return-Path: Received: from mongo.pixar.com [138.72.50.60] by ursa.cus.cam.ac.uk with smtp (Smail-3.1.29.0 #77) id m0uQMOI-000111C; Mon, 3 Jun 96 00:16 BST Received: by mongo.pixar.com (Smail3.1.28.1 #15) id m0uQMNQ-0006BqC; Sun, 2 Jun 96 16:16 PDT Message-Id: Date: Sun, 2 Jun 96 16:16 PDT From: nobody@pixar.com (SVR4 nobody uid) To: iwj10@cus.cam.ac.uk Errors-To: iwj10@cus.cam.ac.uk X-Debian-Bugs: This is an autoforward from debian-bugs XFrom mdd.comm.mot.com!mitchell Sun Jun 2 16:16:04 1996 XReturn-Path: XReceived: from pixar.com by mongo.pixar.com with smtp X (Smail3.1.28.1 #15) id m0uQMNQ-0005zFC; Sun, 2 Jun 96 16:16 PDT XReceived: from motgate2.mot.com by pixar.com with SMTP id AA24433 X (5.67b/IDA-1.5 for debian-bugs-pipe@mongo.pixar.com); Sun, 2 Jun 1996 16:16:03 -0700 XReceived: from pobox.mot.com (pobox.mot.com [129.188.137.100]) by motgate2.mot.com (8.7.3/8.6.10/MOT-3.8) with ESMTP id XAA08793 for ; Sun, 2 Jun 1996 23:14:14 GMT XReceived: from bb29c.mdd.comm.mot.com (bb29c.mdd.comm.mot.com [138.242.72.29]) by pobox.mot.com (8.7.3/8.6.10/MOT-3.8) with ESMTP id SAA03447 for ; Sun, 2 Jun 1996 18:15:53 -0500 (CDT) XReceived: from localhost (mitchell@localhost) by bb29c.mdd.comm.mot.com (8.7.5/8.7.3) with SMTP id QAA16161 for ; Sun, 2 Jun 1996 16:15:51 -0700 (PDT) XX-Authentication-Warning: bb29c.mdd.comm.mot.com: mitchell owned process doing -bs XDate: Sun, 2 Jun 1996 16:15:50 -0700 (PDT) XFrom: Bill Mitchell XX-Sender: mitchell@bb29c XTo: debian-bugs@pixar.com XSubject: reset(1) doesn't bring an xterm out of alt charset mode XMessage-Id: XMime-Version: 1.0 XContent-Type: TEXT/PLAIN; charset=US-ASCII X XPackage: ncurses XVersion: 1.9.9e-1 X XI noticed that reset(1) doesn't reset an xterm from alternate Xcharacter set mode. Some checking turned up the following: X Xbash# infocmp xterm | grep is X is2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, kbs=^H, Xbash# infocmp xterm | grep rs X rs1=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>, sc=\E7, X XAdding a \Ec to these initialization strings would fix this, I think. X Xmitchell@mdd.comm.mot.com (Bill Mitchell) X X YReceived: with rfc822 via encapsulated-mail; Sun, 02 Jun 1996 23:17:00 GMT   Bug reassigned from package `ncurses' to `ncurses-bin'. Request was from Ian Jackson <ijackson@chiark.chu.cam.ac.uk> to server@bugs.debian.org.   Received: (at control) by bugs.debian.org; 28 Jun 1996 06:56:22 +0000 Received: (qmail-queue invoked from smtpd); 28 Jun 1996 06:33:42 -0000 Received: from artemis.chu.cam.ac.uk (root@131.111.131.1) by master.debian.org with SMTP; 28 Jun 1996 06:33:41 -0000 Received: from chiark.chu.cam.ac.uk by artemis.chu.cam.ac.uk with smtp (Smail3.1.29.1 #33) id m0uZm4H-0007wDC; Fri, 28 Jun 96 23:31 BST Received: by chiark.chu.cam.ac.uk id m0uZm4G-0002ZSC (Debian /\oo/\ Smail3.1.29.1 #29.35); Fri, 28 Jun 96 23:31 BST Message-Id: Date: Fri, 28 Jun 96 23:31 BST From: Ian Jackson To: control@bugs.debian.org Subject: (re)assign misplaced bugs reassign 3122 debianutils reassign 797 termcap-compat reassign 836 termcap-compat reassign 1045 termcap-compat reassign 836 termcap-compat reassign 1406 dbackup reassign 1672 ftp.debian.org reassign 1707 kernel reassign 1744 kernel reassign 1759 kernel reassign 1803 termcap-compat reassign 1922 kernel reassign 1962 kernel reassign 1971 ftp.debian.org reassign 1989 kernel reassign 2022 general reassign 2063 kernel reassign 2064 kernel reassign 2105 kernel reassign 2296 bugs.debian.org reassign 2311 svgalib1-bin reassign 2463 kernel reassign 2470 kernel reassign 2481 general reassign 2503 elv-ctags reassign 2504 libdb1 reassign 2592 elvisnox reassign 2692 kernel reassign 2717 general reassign 2896 libdb1 reassign 2899 libreadline2 reassign 2937 bootdisk reassign 2940 kernel reassign 2941 ftp.debian.org reassign 2945 rootdisk reassign 2956 bootdisk reassign 2966 bugs.debian.org reassign 2998 bugs.debian.org reassign 3019 kernel reassign 3040 kernel reassign 3066 kernel reassign 3106 kernel reassign 3142 rootdisk reassign 3146 base, ae reassign 3161 general reassign 3185 bootdisk retitle 3185 Lack of NCR53c810 support on boot disk reassign 3191 ncurses-bin reassign 3192 ncurses-bin reassign 3195 kernel reassign 3225 dpkg reassign 3233 dpkg reassign 3236 ftp.debian.org reassign 3240 libdb1 reassign 3245 mc reassign 3258 kernel reassign 3265 kernel reassign 3268 kernel reassign 3269 bootdisk reassign 3270 netbase reassign 3272 rootdisk reassign 3296 perl reassign 3302 cron reassign 3320 bootdisk reassign 3359 shellutils reassign 3369 tcl40-dev reassign 3371 tk41-dev reassign 3393 kernel reassign 3394 at reassign 3397 kernel reassign 3400 emacs reassign 3410 dpkg reassign 3419 aout-binutils reassign 3420 rootdisk reassign 3423 perl reassign 3431 www.debian.org reassign 3436 www.debian.org reassign 710 xserver-s3   Merged 2474 3191. Request was from Galen Hazelwood <galenh@micron.net> to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 15 Jun 1997 05:09:41 +0000 Received: (qmail 2272 invoked from network); 15 Jun 1997 05:09:39 -0000 Received: from mailmx.micron.net (198.60.253.39) by master.debian.org with SMTP; 15 Jun 1997 05:09:39 -0000 Received: from xerxes (cnam032p01.nam.micron.net [207.70.7.120]) by mailmx.micron.net (8.8.5/8.8.5) with ESMTP id XAA20927 for ; Sat, 14 Jun 1997 23:09:34 -0600 (MDT) Sender: galen@micron.net Message-ID: <33A378B1.8CAE488C@micron.net> Date: Sat, 14 Jun 1997 23:08:01 -0600 From: Galen Hazelwood X-Mailer: Mozilla 4.0b5C (X11; I; Linux 2.0.30 i586) MIME-Version: 1.0 To: control@bugs.debian.org Subject: (no subject) X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit merge 2474 3191   Information forwarded to Galen Hazelwood <galenh@micron.net>:
Bug#3191; Package ncurses-bin.   Galen Hazelwood  Subject: Bug#3191: Old bugs need to be looked at Reply-To: remco@blaakmeer.student.utwente.nl (Remco Blaakmeer), 3191-maintonly@bugs.debian.org Resent-From: remco@blaakmeer.student.utwente.nl (Remco Blaakmeer) Resent-To: Galen Hazelwood Resent-Date: Sun, 01 Feb 1998 11:06:26 GMT Resent-Message-ID: Resent-Sender: iwj@debian.org X-Debian-PR-Message: report 3191 X-Debian-PR-Package: ncurses-bin X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 3191-maintonly@bugs.debian.org id=M3191.88633102830318 (code M ref 3191); Sun, 01 Feb 1998 11:06:26 GMT Message-Id: Date: Sun, 1 Feb 1998 12:00:18 +0100 (CET) From: remco@blaakmeer.student.utwente.nl (Remco Blaakmeer) To: 3191-maintonly@bugs.debian.org This is an automated message sent to all bugs older than one year. This bug is very old. Please take a look at it and see if you can fix it. If it has already been fixed, please close it. If you have problems fixing it or if you don't have the time to fix it, please ask the people on debian-devel@lists.debian.org for help, so that at least the oldest bugs can be solved before Debian 2.0 is released. Remco Blaakmeer   Acknowledgement sent to remco@blaakmeer.student.utwente.nl (Remco Blaakmeer):
Extra info received and forwarded to maintainer. Copy sent to Galen Hazelwood <galenh@micron.net>.   -t  From: owner@bugs.debian.org (Ian Jackson) To: remco@blaakmeer.student.utwente.nl (Remco Blaakmeer) Subject: Bug#3191: Info received for maintainer only (was Old bugs need to be looked at) Message-ID: In-Reply-To: References: X-Debian-PR-Message: ack-info 3191 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) (but not to the mailing list) to accompany the original report. Your message has been sent to the package maintainer(s): Galen Hazelwood If you wish to continue to submit further information on your problem, please send it to 3191-maintonly@bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the bug-tracking system. Ian Jackson (administrator, Debian bugs database)   Received: (at 3191-maintonly) by bugs.debian.org; 1 Feb 1998 11:03:48 +0000 Received: (qmail 30311 invoked by uid 71); 1 Feb 1998 11:03:46 -0000 Received: from cal011205.student.utwente.nl (HELO blaakmeer.student.utwente.nl) (root@130.89.222.95) by debian.novare.net with SMTP; 1 Feb 1998 11:03:46 -0000 Received: by blaakmeer.student.utwente.nl id m0xyx8M-0013wwC (Debian Smail-3.2.0.100 1997-Dec-8 #2); Sun, 1 Feb 1998 12:00:18 +0100 (CET) Message-Id: Date: Sun, 1 Feb 1998 12:00:18 +0100 (CET) From: remco@blaakmeer.student.utwente.nl (Remco Blaakmeer) To: 3191-maintonly@bugs.debian.org Subject: Old bugs need to be looked at This is an automated message sent to all bugs older than one year. This bug is very old. Please take a look at it and see if you can fix it. If it has already been fixed, please close it. If you have problems fixing it or if you don't have the time to fix it, please ask the people on debian-devel@lists.debian.org for help, so that at least the oldest bugs can be solved before Debian 2.0 is released. Remco Blaakmeer