On Monday, March 3, 2014 3:06:57 PM UTC+1, Chet Ramey wrote: > I have not done any work in this area, and have no immediate plans to. The > > readline internals do not lend themselves to this very well: the line > > buffer management and display engines assume that every character in the > > line buffer contributes to the screen display and should be displayed. You > > would need an auxiliary data structure to save and manipulate this > > information.
Okay, thanks. Do you have any hints on where to start if I want to implement this? Silke