mhaupt / basicode

a BASICODE interpreter written in Java
MIT License
2 stars 1 forks source link

handle special keys #11

Open mhaupt opened 8 months ago

mhaupt commented 8 months ago

So far, only the ENTER key is getting special handling. However, arrow keys, function keys, and even delete (backspace) aren't supported.