>From bash-3.1/lib/readline/display.c:963: /* We have to reprint the prompt if it contains invisible characters, since it's not generally OK to just reprint the characters from the current cursor position. But we only need to reprint it if the cursor is before the last invisible character in the prompt string. */
I am guessing that this is where the problem lies. Fixing it is beyond me, though... -- "echo -n" doesn't work correctly with a color prompt https://launchpad.net/bugs/80576 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
