Commit Graph
1 Commits
Author SHA1 Message Date
Taylor Rose 7eb3050e45 feat: add home, end, delete, and ctrl+w key handling to REPL input processing
Implement cursor movement to start/end of line via home/end keys, character deletion at cursor position via delete key, and word-wise backward deletion via ctrl+w. Add corresponding byte constants for ctrlW (0x17), delete (0x33), end (0x46), and home (0x48) to the Chars and EscapeBracket classes.
2018-10-31 22:32:34 +00:00