Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #15510
| Path | csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail |
|---|---|
| From | Greg Wooledge <wooledg@eeg.ccf.org> |
| Newsgroups | gnu.bash.bug |
| Subject | Re: Bug in Bash Version 5.0.11(1)-release |
| Date | Mon, 14 Oct 2019 08:53:12 -0400 |
| Lines | 15 |
| Approved | bug-bash@gnu.org |
| Message-ID | <mailman.654.1571057597.9715.bug-bash@gnu.org> (permalink) |
| References | <DB6P195MB02006C0C81FD1178C88F7CE0C2900@DB6P195MB0200.EURP195.PROD.OUTLOOK.COM> <20191014125312.GN28751@eeg.ccf.org> |
| NNTP-Posting-Host | lists.gnu.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 8bit |
| X-Trace | usenet.stanford.edu 1571057598 13014 209.51.188.17 (14 Oct 2019 12:53:18 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| Cc | "bug-bash@gnu.org" <bug-bash@gnu.org> |
| To | Daniel Hannon <danhan@live.ie> |
| Envelope-to | bug-bash@gnu.org |
| Mail-Followup-To | Daniel Hannon <danhan@live.ie>, "bug-bash@gnu.org" <bug-bash@gnu.org> |
| Content-Disposition | inline |
| In-Reply-To | <DB6P195MB02006C0C81FD1178C88F7CE0C2900@DB6P195MB0200.EURP195.PROD.OUTLOOK.COM> |
| User-Agent | Mutt/1.10.1 (2018-07-13) |
| X-detected-operating-system | by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] |
| X-Received-From | 139.137.100.1 |
| X-BeenThere | bug-bash@gnu.org |
| X-Mailman-Version | 2.1.23 |
| Precedence | list |
| List-Id | Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org> |
| List-Unsubscribe | <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe> |
| List-Archive | <https://lists.gnu.org/archive/html/bug-bash> |
| List-Post | <mailto:bug-bash@gnu.org> |
| List-Help | <mailto:bug-bash-request@gnu.org?subject=help> |
| List-Subscribe | <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <20191014125312.GN28751@eeg.ccf.org> |
| X-Mailman-Original-References | <DB6P195MB02006C0C81FD1178C88F7CE0C2900@DB6P195MB0200.EURP195.PROD.OUTLOOK.COM> |
| Xref | csiph.com gnu.bash.bug:15510 |
Show key headers only | View raw
On Mon, Oct 14, 2019 at 10:39:41AM +0000, Daniel Hannon wrote: > the use of the "…" character results in the ability to delete the bash prompt string using backspace I can't reproduce this. wooledg:~$ bash wooledg:~$ PS1='…\h:\w\$ ' …wooledg:~$ echo "$BASH_VERSION" 5.0.3(1)-release …wooledg:~$ Hitting the backspace key repeatedly does nothing (as expected). What operating system are you on, and what is the output of "locale"?
Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread
Re: Bug in Bash Version 5.0.11(1)-release Greg Wooledge <wooledg@eeg.ccf.org> - 2019-10-14 08:53 -0400
csiph-web