Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #15510

Re: Bug in Bash Version 5.0.11(1)-release

From Greg Wooledge <wooledg@eeg.ccf.org>
Newsgroups gnu.bash.bug
Subject Re: Bug in Bash Version 5.0.11(1)-release
Date 2019-10-14 08:53 -0400
Message-ID <mailman.654.1571057597.9715.bug-bash@gnu.org> (permalink)
References <DB6P195MB02006C0C81FD1178C88F7CE0C2900@DB6P195MB0200.EURP195.PROD.OUTLOOK.COM> <20191014125312.GN28751@eeg.ccf.org>

Show all headers | 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


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