X-Recipient: archive-cygwin@delorie.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.stepp@syniverse.com
From: Charles Stepp <charles.stepp@syniverse.com>
X-Barracuda-Apparent-Source-IP: fe80::a5ee:a21d:633e:2c0c
To: Helmut Karlowski <helmut.karlowski@ish.de>,
        "cygwin@cygwin.com"	<cygwin@cygwin.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: <DB21073AFB4FCB4BB229FDDD95544B291F7C5067@dalmbx04.ad.syniverse.com>
References: <op.wk6rn9deofd6j1@nebbiolo> <5061B263.4090704@cs.utoronto.ca> <CAHWeT-Z-fRp_TzR4uf_8mAB3_usfBHGD-zLwej16Fxj3fG2o3w@mail.gmail.com> <20121013153831.GA839@ednor.casa.cgf.cx> <CAHWeT-bQ9BqPsVU0r4h5YB68bA7-rksh2sXtbgk3q_xkAObJ=w@mail.gmail.com> <20121019121729.GW25877@calimero.vinschen.de> <20121019150037.GA17402@ednor.casa.cgf.cx> <CAHWeT-ZH5K76hp4=n72SGwRHmW_=pfWZFYadxrsgWBxUQedY9Q@mail.gmail.com> <20121021054432.GA24593@ednor.casa.cgf.cx> <CAHWeT-YDG1WDxy9hxx64cOUm3zHSjrRZh3fnWCpUamBzJSkvXg@mail.gmail.com> <op.wmwfndeaofd6j1@nebbiolo>
In-Reply-To: <op.wmwfndeaofd6j1@nebbiolo>
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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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


