Another bash-3.2 regression: coloured prompt confuses Ctrl+R.

2007-03-11 Thread Volkov Peter
Hello. The issue was reported at http://bugs.gentoo.org/156292 and is still reproducible in bash-3.2 patch level 10 and with redisplay-cursor-patch. To save you time steps to reproduce the problem: 1. Set PS1='\[\033[01;31m\]\h\[\033[01;34m\] \W \$\[\033[00m\] ' 2. cd /usr/share 3. press +R, then

Re: bash-3.2 regression: breaked colour prompt.

2007-02-24 Thread Volkov Peter
On Сбт, 2007-02-24 at 09:37 +0100, Andreas Schwab wrote: > Volkov Peter <[EMAIL PROTECTED]> writes: > > I've checked this behavior and in xterm everything works. Thus seems > > that this is konsole bug and bash works as it should. > > Except that is also fails in x

Re: bash-3.2 regression: breaked colour prompt.

2007-02-23 Thread Volkov Peter
Hello Chet. On Fri, 2007-02-23 at 16:43 -0500, Chet Ramey wrote: > I can't reproduce this on Mac OS X, using Terminal or xterm. I will > look further when I have access to a Linux machine. I've checked this behavior and in xterm everything works. Thus seems that this is konsole bug and bash work

bush-3.2 regression: breaked colour prompt.

2007-02-22 Thread Volkov Peter
Hello. I use the following colored primary prompt string: PS1="\[\033[01;32m\]\w \$\[\033[00;00m\] " Then I create directory with russian name. (locale ru_RU.UTF8). If I cd into directory in bash-3.1 everything works as expected but in bash-3.2 cursor became positioned N spaces after $ and every