X-Recipient: archive-cygwin@delorie.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:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; q=dns; s=default; b=C9rAmqr
	tmS5sr2FPblNsuKX1U5n/Xp+d09UkZ3Z31/OdnkoxueX7AiQ88QVy7SGsPjTDGWj
	IspNkJGajf4AOyUXmJTJUu/J5Bieuxa2f8UyTOagMi3w290evgfxWv8EK6wWmQet
	1KoQQZ+IpxW2+U/2ysyg895y9IA6uCmJfapA=
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:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; s=default; bh=aTy1vAgvuhznS
	0A/KApVCeBajKY=; b=lh/JSYc5OZwds2uFsyJ7n0boXXXjgJiIIKKhua3HHSCQW
	mF+gSpAd8yZ1dTJtrux/oYkrGs7DzOAj1472w5Mh2Cfrr3qV0geTjydwk8Oiuayz
	e6PtJ7UV6ijPnypJxo4nGGMic10/SXr5sq9iwOE6wj9COtjPhMvVMujErD/82w=
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
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=Tab, Hx-languages-length:698, wayne, churn
X-HELO: homiemail-a113.g.dreamhost.com
X-Gm-Message-State: AKGB3mLB1d5SK/7mfCp1e/cgG69ClX490f5CV8eGXA08SUKWCSFoMMUx	SwUaw052NNno68k15sSia8zdVVU9bA/wpIOBIVo=
X-Google-Smtp-Source: ACJfBouzNZK29BgPSJB6jqChnc9o84jwytD6A9F/NCLhY+BOOsfncJzD5Gcm3UaTLEXIt2FUC/gW8F1vNB+k6vmC7b4=
X-Received: by 10.107.112.13 with SMTP id l13mr7784170ioc.23.1515290712611; Sat, 06 Jan 2018 18:05:12 -0800 (PST)
MIME-Version: 1.0
In-Reply-To: <CAK-n8j6pzV8p8to89s0k_H+Cc2uJ=YvZXZ56wRnH08uARChJGg@mail.gmail.com>
References: <CAK-n8j6pzV8p8to89s0k_H+Cc2uJ=YvZXZ56wRnH08uARChJGg@mail.gmail.com>
From: Wayne Davison <wayne@opencoder.net>
Date: Sat, 6 Jan 2018 18:04:52 -0800
X-Gmail-Original-Message-ID: <CAHSx_Sv7hQwiOQWvBuEOmy_useR_wS6C+0=1yawen30eiPEH4Q@mail.gmail.com>
Message-ID: <CAHSx_Sv7hQwiOQWvBuEOmy_useR_wS6C+0=1yawen30eiPEH4Q@mail.gmail.com>
Subject: Re: ESC followed by UP-arrow cause bash shell to hang
To: cygwin <cygwin@cygwin.com>
Content-Type: text/plain; charset="UTF-8"
X-IsSubscribed: yes

On Sat, Jan 6, 2018 at 4:49 PM, Jim Reisert wrote:
> [...] ESC followed by UP-arrow.  This seems to lock up the
> bash shell for about 30 seconds before control returns.

Your up-arrow is probably a character sequence that starts with an Esc
(you can verify that by typing a Ctrl+V followed by your up-arrow key
and bash will show you something like "^[[A"). So, the issue is that
Esc Esc is usually the completion command like pressing Tab. In
command position, bash will churn through all your path dirs and then
then it will typically ring the bell to tell you that the completion
is not unique (hit Esc Esc again to get a list).

..wayne..

--
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

