Path: csiph.com!goblin2!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: Greg Wooledge Newsgroups: gnu.bash.bug Subject: Re: CTRL-C on command line does not cancel current command Date: Fri, 8 May 2020 17:35:59 -0400 Lines: 14 Approved: bug-bash@gnu.org Message-ID: References: <22dc31c3-fda8-b701-334a-e9c58b748bb4@case.edu> <0C5E9173-C02D-43AF-99F5-BAC0BFE299D6@kelaita.com> <20200508213559.GF751@eeg.ccf.org> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: usenet.stanford.edu 1588973791 7038 209.51.188.17 (8 May 2020 21:36:31 GMT) X-Complaints-To: action@cs.stanford.edu Cc: bug-bash@gnu.org To: Paul Kelaita Envelope-to: bug-bash@gnu.org Mail-Followup-To: Paul Kelaita , bug-bash@gnu.org Content-Disposition: inline In-Reply-To: <0C5E9173-C02D-43AF-99F5-BAC0BFE299D6@kelaita.com> User-Agent: Mutt/1.10.1 (2018-07-13) Received-SPF: none client-ip=139.137.100.1; envelope-from=wooledg@eeg.ccf.org; helo=mail.eeg.ccf.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/08 17:36:00 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <20200508213559.GF751@eeg.ccf.org> X-Mailman-Original-References: <22dc31c3-fda8-b701-334a-e9c58b748bb4@case.edu> <0C5E9173-C02D-43AF-99F5-BAC0BFE299D6@kelaita.com> Xref: csiph.com gnu.bash.bug:16293 On Fri, May 08, 2020 at 02:26:34PM -0700, Paul Kelaita wrote: > Only seeing this on Alpine BusyBox (iSH) on iOS 13.x with either 5.0.11 or 5.0.17 Busybox is a shell, in addition to being other tools. Perhaps you're not even in bash at all? What does "ps -p $$" say? How about "set | grep BASH"? If it turns out that you really are in bash, not in busybox, then we'd need to know a bit more about your environment. What kind of terminal emulator are you in? What does "stty -a" say? Have you configured readline (look for /etc/inputrc and ~/.inputrc files) in some nonstandard way?