xobs / fernly

Fernvale research OS
BSD 2-Clause "Simplified" License
143 stars 52 forks source link

KeyPad support #6

Closed thesourcerer8 closed 9 years ago

thesourcerer8 commented 9 years ago

Now the keypad support works: There is a new keypad command, which displays keys pressed until you press "#"

xobs commented 9 years ago

Merged the files with some slight adjustments.

Tested and found it works great.

I do think cmd-keypad.c should eventually be refactored at some point to use a struct, rather than three arrays, but since fernly is a research environment, it's alright for now.