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


Groups > gnu.bash.bug > #15510 > unrolled thread

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

Started byGreg Wooledge <wooledg@eeg.ccf.org>
First post2019-10-14 08:53 -0400
Last post2019-10-14 08:53 -0400
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Bug in Bash Version 5.0.11(1)-release Greg Wooledge <wooledg@eeg.ccf.org> - 2019-10-14 08:53 -0400

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

FromGreg Wooledge <wooledg@eeg.ccf.org>
Date2019-10-14 08:53 -0400
SubjectRe: Bug in Bash Version 5.0.11(1)-release
Message-ID<mailman.654.1571057597.9715.bug-bash@gnu.org>
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"?

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web