[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Composed characters + colour = strange cursor behaviour
From: |
Benno Schulenberg |
Subject: |
Re: Composed characters + colour = strange cursor behaviour |
Date: |
Tue, 26 Jun 2007 21:17:19 +0200 |
User-agent: |
KMail/1.9.7 |
Tristan Miller wrote:
> Bash Version: 3.2
> Patch Level: 9
Please try again with patch level 17. Patch 16 or 17 addresses
multibyte characters.
> Repeat-By:
> 1. PS1="\w\[\033[0m\]"
> 2. mkdir n̈
> (Note that the above is U+006E U+0308)
> 3. cd n̈
> (At this point you will see the cursor is in the wrong place --
> it's shifted four characters to the right.)
> 4. start typing anything -- the cursor flies wildly all
> over the line
With bash-3.2.17 I cannot reproduce this.
Benno