Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #16293
| From | Greg Wooledge <wooledg@eeg.ccf.org> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | Re: CTRL-C on command line does not cancel current command |
| Date | 2020-05-08 17:35 -0400 |
| Message-ID | <mailman.2453.1588973791.3066.bug-bash@gnu.org> (permalink) |
| References | <22dc31c3-fda8-b701-334a-e9c58b748bb4@case.edu> <0C5E9173-C02D-43AF-99F5-BAC0BFE299D6@kelaita.com> <20200508213559.GF751@eeg.ccf.org> |
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?
Back to gnu.bash.bug | Previous | Next | Find similar
Re: CTRL-C on command line does not cancel current command Greg Wooledge <wooledg@eeg.ccf.org> - 2020-05-08 17:35 -0400
csiph-web