From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conssluserg-01.nifty.com (conssluserg-01.nifty.com [210.131.2.80]) by sourceware.org (Postfix) with ESMTPS id B810C3870855 for ; Thu, 14 May 2020 23:48:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B810C3870855 Received: from Express5800-S70 (v040007.dynamic.ppp.asahi-net.or.jp [124.155.40.7]) (authenticated) by conssluserg-01.nifty.com with ESMTP id 04ENlOTi006656; Fri, 15 May 2020 08:47:24 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-01.nifty.com 04ENlOTi006656 X-Nifty-SrcIP: [124.155.40.7] Date: Fri, 15 May 2020 08:47:48 +0900 From: Takashi Yano To: cygwin@cygwin.com Subject: Re: Console doesn't work correctly under anything else than cmd or mintty Message-Id: <20200515084748.d022767d66b44b870d36bd4d@nifty.ne.jp> In-Reply-To: References: <20200513193421.0de070302883f349c14ad5de@nifty.ne.jp> <20200514123306.46d94d4b32990a0b240368b9@nifty.ne.jp> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2020 23:48:14 -0000 On Thu, 14 May 2020 19:48:59 +0200 Kacper Michajlow wrote: > On Thu, 14 May 2020 at 05:33, Takashi Yano wrote: > > > I guess setting > > stty erase '^?' > > on the host resolves this problem. > > > > Nope, it still doesn't work. And '^?' default so it doesn't change > anything. Please note that in bash Backspace works fine, but in read > command (or any other program that ask input from stdin) it fails. Please check the result of xxd Ctrl-V Backspace Enter Ctrl-D -- Takashi Yano