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: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 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-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: References: From: Wayne Davison Date: Sat, 6 Jan 2018 18:04:52 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: ESC followed by UP-arrow cause bash shell to hang To: cygwin 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