AustinClemmer/bush

Return key must execute, backspace, and delete keys to erase characters.

Closed this issue · 0 comments

  • Return key is interpreted as a newline which leads to execution
  • Backspace key consumes character to the left of the cursor
  • Delete key consumes character to the right of the cursor