[FIX] arrowkey escape codes printed in the prompt #28
No reviewers
Labels
No labels
bug
dependency
documentation
duplicate
enhancement
fixed
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
bud/typiskt!28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "arrowkeys"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.