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: broken colour prompt

2007-03-11 Thread Benno Schulenberg
Chet Ramey wrote: > Benno Schulenberg wrote: > > Volkov Peter wrote: > >> In bash-3.2: > >> ~/tmp/bash/bash-3.2 $ mkdir тест/ > > Try the attached patch; it fixes the display problems for me. To add to the chorus: that indeed fixes the cursor problem when having non-ascii in the displayed path.

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

2007-03-11 Thread Benno Schulenberg
Volkov Peter wrote: > 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 /us

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

2007-03-11 Thread Ismail Dönmez
On Sunday 11 March 2007 21:15:19 Benno Schulenberg wrote: > Volkov Peter wrote: > > 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. S

Re: Bash-3.2 Official Patch 10

2007-03-11 Thread Kevin F. Quinn
On Fri, 09 Mar 2007 11:39:18 -0500 Chet Ramey <[EMAIL PROTECTED]> wrote: > Kevin F. Quinn wrote: > > On Mon, 5 Mar 2007 17:49:47 -0500 > > Chet Ramey <[EMAIL PROTECTED]> wrote: > > > >> Bash-Release: 3.2 > >> Patch-ID: bash32-010 > > > > I'm still seeing a difference in behaviour: > > Yes. Tha