Quote:
Originally Posted by fpmurphy
Are you using escape sequences to create your prompt? If so they will interfer with readline unless you use the \[ escape to begin a sequence of non-printing characters,
and the \] escape to signal the end of such a sequence.
|
That's it!
I wasn't able to fix the escape sequences by adding \]: the program actually displays a ] and readline fails all the same. But if I remove the escape sequences entirely (giving up on bolding text and such) the editing works!
Thanks a lot -- this is really going to make using this program much easier.