X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=1.0 required=5.0 tests=AWL,BAYES_50,KHOP_THREADED,RP_MATCHES_RCVD,TW_YG X-Spam-Check-By: sourceware.org X-ASG-Debug-ID: 1351514966-04ca7205c62f4eb0001-w5GHUG X-Barracuda-Envelope-From: charles DOT stepp AT syniverse DOT com From: Charles Stepp X-Barracuda-Apparent-Source-IP: fe80::a5ee:a21d:633e:2c0c To: Helmut Karlowski , "cygwin AT cygwin DOT com" Subject: RE: mintty: Ctrl-Q does not work? X-ASG-Orig-Subj: RE: mintty: Ctrl-Q does not work? Date: Mon, 29 Oct 2012 12:49:24 +0000 Message-ID: References: <5061B263 DOT 4090704 AT cs DOT utoronto DOT ca> <20121013153831 DOT GA839 AT ednor DOT casa DOT cgf DOT cx> <20121019121729 DOT GW25877 AT calimero DOT vinschen DOT de> <20121019150037 DOT GA17402 AT ednor DOT casa DOT cgf DOT cx> <20121021054432 DOT GA24593 AT ednor DOT casa DOT cgf DOT cx> In-Reply-To: Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-Barracuda-Connect: UNKNOWN[10.12.12.15] X-Barracuda-Start-Time: 1351514966 X-Barracuda-Encrypted: AES256-SHA X-Barracuda-URL: http://205.174.180.167:8000/cgi-mod/mark.cgi X-Barracuda-Bayes: SPAM GLOBAL 0.9827 1.0000 4.1429 X-Barracuda-Spam-Score: 4.14 X-Barracuda-Spam-Status: No, SCORE=4.14 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=9.0 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.2.112702 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-IsSubscribed: yes 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 Note-from-DJ: This may be spam Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q9TCnfPi032170 > Andy Koppe, 28.10.2012 07:24:04: > > > However, I can still reproduce the issue (without pipe_byte), and I > > did a fresh Cygwin install into the default location to try to > > minimise variables. Cygcheck output attached. > > I just installed the latest cygwin-release. Ctrl-S,Ctrl-Q works as expected, but e.g. Enter stops output and freezes the terminal like before (need to kill -9 the involved process). Why is there any reaction on Enter at all? > > -- > Helmut Karlowski The stty ixany setting determines whether any key or the start key (Ctl-Q) resumes output after a stop key (Ctl-S). stty ixany enables resuming output with any key. stty -ixany sets it such that only the start key (Ctl-Q) resumes output. -- 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