AustinScola / illud

Text buffer editor and terminal viewer.
MIT License
1 stars 0 forks source link

Add support for the delete button #230

Open AustinScola opened 3 years ago

AustinScola commented 3 years ago

Add support for the delete button in normal mode and insert mode.

AustinScola commented 3 years ago

It turns out that the delete button actually inputs the ASCII escape code ^[[3~ which is multiple characters so we are going to need to change the way that we read input from the standard input.