From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x136.google.com (mail-lf1-x136.google.com [IPv6:2a00:1450:4864:20::136]) by sourceware.org (Postfix) with ESMTPS id 4244F38708D0 for ; Thu, 14 May 2020 17:49:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4244F38708D0 Received: by mail-lf1-x136.google.com with SMTP id 188so3363051lfa.10 for ; Thu, 14 May 2020 10:49:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=scMr88dXGU+/AE7MR/49kXt/KF7OevDvD65TpgfsE4c=; b=gm6ueP17GlCPkaVMcdiXYJyXLW5kHhWbAgvN6UQMED+mKZL8sXB3c286eCAEvkxzNV sRILQPvBh7ihLAX/jZ/rWQwLlQEFqO/SEGfEXd5/j0FMojDaRJPzMhRwqTvSWiS0D/mn PNjlTkflGL9Jhj4EBOfySBpVhVFUrGvd8yl/Kn5pmojzFWqkMQ9ly56a9x5ID4CJ0rPk KfPzXvYC8E8zoA5pxoK93xcoHN6d3ZyQ5igm1q4SwlrSPoO/cOwvEBah8nGMsdj1gFco iajxT4qnP+aKEMf6Id5nH89kDP8IajA/+/cpp0a/y/QkIJPKbO1Tjg5fYfdQMSBJZdbX D4gA== X-Gm-Message-State: AOAM530slk2eZRGtCSMHn8ISje7pYbCetWhcqZiwpsUj6BIDDm0JkoOq FhUt5d909LNy1qL9/70qrexm++phH55ZZ/njO6A= X-Google-Smtp-Source: ABdhPJxXvaytWy+WzFNCLXXuvoAdvbGWOzKmcF58a59OFgWvOVzUydAT3mAlBQycB07NvKhfJnexkzUrlJRzp7vEGHc= X-Received: by 2002:ac2:5b41:: with SMTP id i1mr4001700lfp.16.1589478559072; Thu, 14 May 2020 10:49:19 -0700 (PDT) MIME-Version: 1.0 References: <20200513193421.0de070302883f349c14ad5de@nifty.ne.jp> <20200514123306.46d94d4b32990a0b240368b9@nifty.ne.jp> In-Reply-To: <20200514123306.46d94d4b32990a0b240368b9@nifty.ne.jp> From: Kacper Michajlow Date: Thu, 14 May 2020 19:48:59 +0200 Message-ID: Subject: Re: Console doesn't work correctly under anything else than cmd or mintty To: Takashi Yano Cc: cygwin@cygwin.com X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, 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 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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 17:49:30 -0000 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.