Re: Mulit-byte character in prompt/line wrapping issue.

2015-02-27 Thread Chet Ramey
On 2/24/15 5:15 PM, Steve Terpe wrote: > This seems to be related to other issues involving multibyte chars in the > command prompt but is slightly different: > > It seems that when the start of multibyte (2-byte) character falls on the > last column of $COLUMNS, the line wrapping gets confused an

Re: Mulit-byte character in prompt/line wrapping issue.

2015-02-24 Thread Ryan Cunningham
This issue has nothing to do with Bash. It is likely an artifact of the Ubuntu terminal driver. Try e-mailing the Ubuntu developers or Canonical Ltd. for help. They may provide a solution. -- Sent from my iPod > On Feb 24, 2015, at 2:15 PM, Steve Terpe wrote: > > This seems to be related to

Mulit-byte character in prompt/line wrapping issue.

2015-02-24 Thread Steve Terpe
This seems to be related to other issues involving multibyte chars in the command prompt but is slightly different: It seems that when the start of multibyte (2-byte) character falls on the last column of $COLUMNS, the line wrapping gets confused and overwrites the current line rather than wrappin