[FIX] arrowkey escape codes printed in the prompt #28

Merged
budRich merged 1 commit from arrowkeys into next 2022-06-30 17:03:40 +00:00
budRich commented 2022-06-29 11:45:54 +00:00 (Migrated from github.com)

fix for #17 [ BUG ] Arrow keys keycodes recognised as raw

this only happened in exercise mode, and only if you had cheated.

added a variable: is_cheating and refactored the way cheat message is printed
and cleared. (do not start a nested read thing). it solved the issue.

fix for #17 [ BUG ] Arrow keys keycodes recognised as raw this only happened in exercise mode, and only if you had cheated. added a variable: is_cheating and refactored the way cheat message is printed and cleared. (do not start a nested read thing). it solved the issue.
Sign in to join this conversation.
No description provided.