Open

Description
On Windows, with a Narrator enabled (often used by visually empaired users), user opens Powershell
When you type a character there are two wrong results depending on the narrator in use
Expected: The new character is spoken and when a word is complete the word is spoken
Actual using NVDA: no text is spoken
Actual using Narrator: the entire line is spoken
Requested change is for PSReadline to not redraw the entire line every time a character is typed when a Navigator is in use.