You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make it a looped KeyCommand inside a single call to runInputCmdT,
rather than calling runInputCmdT once for each character.
This removes some noise by letting us clear the prompt before printing the key that was read.
It also hopefully makes it closer to "real" results when entering multiple keys (e.g., holding them down).
0 commit comments