chzyer / readline

Readline is a pure go(golang) implementation for GNU-Readline kind library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typing characters refreshes the entire line

tspivey opened this issue · 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.