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
Currently, special keys (such as page up or page down) will emit their control codes into the console output. Instead, every (unsupported) special key should be ignored.
See also #15 which addresses unsupported key codes, such as CTRL+D etc.
Self-assigning because I'm currently looking into this.
The text was updated successfully, but these errors were encountered:
Currently, special keys (such as page up or page down) will emit their control codes into the console output. Instead, every (unsupported) special key should be ignored.
See also #15 which addresses unsupported key codes, such as CTRL+D etc.
Self-assigning because I'm currently looking into this.
The text was updated successfully, but these errors were encountered: