From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83806 invoked by alias); 20 Feb 2020 10:25:07 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 83310 invoked by uid 89); 20 Feb 2020 10:24:54 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=H*f:sk:QHfuw@m, H*i:sk:QHfuw@m, H*MI:sk:QHfuw@m, screen X-HELO: conssluserg-04.nifty.com Received: from conssluserg-04.nifty.com (HELO conssluserg-04.nifty.com) (210.131.2.83) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 20 Feb 2020 10:24:50 +0000 Received: from Express5800-S70 (ntsitm196171.sitm.nt.ngn.ppp.infoweb.ne.jp [125.0.207.171]) (authenticated) by conssluserg-04.nifty.com with ESMTP id 01KAObQf008866 for ; Thu, 20 Feb 2020 19:24:37 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-04.nifty.com 01KAObQf008866 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1582194277; bh=TNy3VGvSITPQhsyw5FRx09SnID7Q7VKUNAyNQTtirMg=; h=Date:From:To:Subject:In-Reply-To:References:From; b=YyqqNRL3f8M+eCCHndycerFjJ0e5PqqMUG1yKPomf3njV21COIg0J8K0XYeqTDDal Il9FdVbA16gF3PfajeEqt94+nGuoT7OenWjRVkm2M4Mku/27KixRVCUnhxOJcOX+RZ wa4Igz619hEEQioJWsDeoeBCKOT4F/kzLEDpEjgMH34ehvOWCV0nWeVM9rk7r9ax5p BBsOarF8B6x6PZ4adGtbKKbv1FS4+U39ZOUTcQ/QyA3PpUOrgUFF/bezH2dUMSTUwv 6okYAWza8pakOwN4eLHNv9InaIn9A0mq7t/4vy5w4tgGTN7bVSuus4hV31hauP/Tf7 dcXWu2X+eI7+A== Date: Thu, 20 Feb 2020 10:25:00 -0000 From: Takashi Yano To: cygwin@cygwin.com Subject: Re: howto rollback cygwin 3.1.4-1 to older 3.0.7 version? Message-Id: <20200220192439.ed2fda5cc8eb657821e4bdeb@nifty.ne.jp> In-Reply-To: References: <20200220085238.cf1bd99bab54c3cbeb2fbdbb@nifty.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00166.txt.bz2 On Thu, 20 Feb 2020 09:50:44 +0500 Eugene Klimov wrote: > > > inside windows 10 (build 1909) > > > just open WIN+R cmd.exe > > This start cmd.exe. > > > type > > > `ssh root@my_redhat_entrise_linux_7.2` > > This uses windows OpenSSH to connect linux. > no, i install cygwin ssh package > and i have `c:\cygwin64\bin\` in PATH environment rather than > `c:\windows\system32\OpenSSH` > so ssh.exe it's a cygwin process > > > This runs screen command in Linux. > > Where does Cygwin's concern? > ;) as I see it's more related to old `screen` version inside RHEL 7.2 > than cygwin concern ;( > > I tried to run > `C:\Windows\System32\OpenSSH\ssh.exe root@my_rhel_72_host` > and found bugs which look like same under Cygwin ssh, but different > little bit ;-) > also, I run > `C:\Windows\System32\OpenSSH\ssh.exe -i private_key vagrant@127.0.0.1 -p 2222` > and on my Ubuntu 18.04 screen works fine > > > > and view lot of bugs with wrong keys behaviors: > > > - ctrl+space hotkey not worked (not only in `screen`, but in any cygwin executable) > > What is your expectation by ctrl+space? This normally sends > > ^@ (0x00) to client. Is this as you expected? > sorry to mislead you > I mean `ALT+SPACE` > it's a hotkey for show window main menu > > > > - `left arrow`, `backspace` and `delete` keys works wrong like a `right arrow` > > What happen if you use these keys? > under latest cygwin 3.1.4 + ssh 8.2p1-1 behavior look like I press > space or press "right arrow" > https://recordit.co/thJJRbFzUp > > under win32 openssh behavior different > https://recordit.co/ffAqC8BvtC > > under cygwin1.dll 3.0.7 and c:\cygwin64\bin\ssh.exe 8.2p1-1 behavior > look like normal > https://recordit.co/E0E8sfWGyY I could reproduce your problem with screen 4.02.01 in debian jessie. I also found this does not occur if vbell off is added to .screenrc However, this seems to be a problem in xterm emulation of windows. So, I will make a patch (just a workaround) for this issue. -- Takashi Yano -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple