From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conssluserg-06.nifty.com (conssluserg-06.nifty.com [210.131.2.91]) by sourceware.org (Postfix) with ESMTPS id B8E18385781B for ; Sun, 25 Oct 2020 10:13:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B8E18385781B Received: from Express5800-S70 (v038192.dynamic.ppp.asahi-net.or.jp [124.155.38.192]) (authenticated) by conssluserg-06.nifty.com with ESMTP id 09PAClq4023368; Sun, 25 Oct 2020 19:12:47 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-06.nifty.com 09PAClq4023368 X-Nifty-SrcIP: [124.155.38.192] Date: Sun, 25 Oct 2020 19:12:48 +0900 From: Takashi Yano To: cygwin@cygwin.com Subject: Re: Interaction with non-cygwin programs Message-Id: <20201025191248.9611bf9aac2c7c9c330b3429@nifty.ne.jp> In-Reply-To: References: 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=-1.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no 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: Sun, 25 Oct 2020 10:13:20 -0000 On Sat, 24 Oct 2020 17:04:59 +0200 Federico Kircheis via Cygwin wrote: > I've lately updated Windows to the latest version, and cygwin too (I had > something previous to 3.0). > > I've read that interaction with non-cygwin programs should be better > because of the console-helper. > > > But in my daily usage the integration is worse, programs like tmux or > even less seems to have more issues than before. > > > For example > > /cygdrive/c/Program\ Files/TortoiseSVN/bin/svn log | less > > used to work correctly. > Currently if I press arrow down or up less does not scroll up or down > anymore and "ESC[" appears briefly at the top-left of the console. > > Of course i could install subversion inside cygwin, as > > svn log | less > > works without issues, but it's just an example. > git, adb, and other programs trigger the same behavior. > > > Also less is not the only program, tmux for example has similar issues. > > I believe the underlying issue is console-helper but I'm not sure how I > could test it, as I did, for example, not find how I could disable it, > or if the issue is already known. > > I'm able to reproduce the issue on a clean machine, so it should not be > a configuration issue on my side. Could you please try cygwin latest snapshot? https://cygwin.com/snapshots/ -- Takashi Yano