Received: with rfc822 via encapsulated-mail; Sun, 02 Jun 1996 23:17:00 GMT From mdd.comm.mot.com!mitchell Sun Jun 2 16:16:04 1996 Return-Path: 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 Subject: reset(1) doesn't bring an xterm out of alt charset mode 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)