readline icon indicating copy to clipboard operation
readline copied to clipboard

Typing characters refreshes the entire line

Open tspivey opened this issue 5 years ago • 0 comments

When typing into a program using readline, every character typed rewrites the entire line, instead of just updating the changed portion. I use a screen reader which reads all text output to the terminal. This is annoying, because every character typed will re-read the entire line, even if I'm writing at the end.

tspivey avatar Jul 22 '18 18:07 tspivey