X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=WWsWj5vFO/Ne2tRw O8LNAAUdTWRDAtqjPAL3g/hMa0iv/Z4fsXTPIsJrmo7aciEzY1KoYq9+hgzrW+oI qNhuYeRnjg5JHWZZLG5qdLqsEcJj3Rr9BtLLzI1DzMqzzWcJwGQzWNZUFJm/TbGx Tq8RD9jgJmwTS5K5f5UodPhU2WY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=yGD8lu3Gi7pHYOtZXXw4JW LKtRk=; b=iH0k32zMsaFnGfLttu+6Nwa546exIvSuqSxhU1Ooz2BlBiczOad74r /zHLFuAFWVwgR8qs0L/nRd9bQNT17EE0thW6ofox5G0dXnbLZLXP7XSOGgWXFvY8 QXb5DVc/NF0usdz1KM0ME4DZ+U2S+LKiErek23l88amEIAmZJ3pjk= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=H*i:sk:CALEv0P, H*f:sk:CALEv0P, esc, ESC X-HELO: mout.kundenserver.de Subject: Re: howto rollback cygwin 3.1.4-1 to older 3.0.7 version? To: cygwin AT cygwin DOT com References: <9ff13fb4-8f05-3b39-72c1-20476fdf4a70 AT gmail DOT com> <29d5b61b-3d19-24c6-705c-cd2893d274d5 AT gmail DOT com> From: Thomas Wolff X-Tagtoolbar-Keys: D20200220101324524 Message-ID: <9e63c37d-8470-4ea5-2e33-fae9702eeeb9@towo.net> Date: Thu, 20 Feb 2020 10:13:24 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 20.02.2020 05:00, Eugene Klimov wrote: >> additional have you tried to set "disable_pcon" ? >> https://cygwin.com/cygwin-ug-net/using-cygwinenv.html > yes i tried > > WIN+R > cmd.exe > ``` > C:\cygwin64>SET CYGWIN=disable_pcon > C:\cygwin64>echo %CYGWIN% > disable_pcon > ``` > press ALT+SPACE - worked, window menu showed > > ``` > C:\cygwin64>bash > Slach AT SLACH-PC / > ``` > press ALT+SPACE doesn't work That's because the cygwin console handler interprets Alt+Space itself and sends ESC Space. Same behaviour in mintty if you disable the "Menu and Full screen" option. > > ``` > $ exit > exit > C:\cygwin64> > ``` > press ALT+SPACE works again -- 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