Re: bash-2.05b-14 broken!

2003-09-15 Thread Ronald Landheer-Cieslak
This will be fixed in the next release (coming shortly - building & testing under way). rlc On Sat, Sep 13, 2003 at 11:01:56AM -0400, Sam Steingold wrote: > PS1="\[\e[33;1m\]\t\[\e[m\] \[\e[36;1m\]\w [\#]\\$\[\e[m\] " > there are two spaces after "$", not one as it should be > (and as it was wit

Re: bash-2.05b-14 broken!

2003-09-13 Thread Rolf Campbell
Yeah, this bash has the same problems that -12 did, and more. PS1='\[\]$PWD\[\]>\[\] ' There are some literal escape chars in that... I get a colored prompt like this: /home/rcampbell> if I type t, then I see a list of possible completions, and: /home/rcampbell> t t

bash-2.05b-14 broken!

2003-09-13 Thread Sam Steingold
PS1="\[\e[33;1m\]\t\[\e[m\] \[\e[36;1m\]\w [\#]\\$\[\e[m\] " there are two spaces after "$", not one as it should be (and as it was with bash-2.05b-13 and on all the other unixes). another manifestation of the same bug: when the command line is folded, it folds one extra line. apparently, the pro