ā All posts
undefined
Posted On Oct 7th, 2021
Not much progress for today, I built a key code to character mapping, so the terminal can now
send proper characters to the ptm
. It can handle things like Ctrl + C
as well as the tab complete! Yay.
Some keys still not being handled, like the Fn row or the Home/End/PgUp/PgDown keys.
Next is to handle some control characters when reading back from ptm
.
Btw, terminal exit command now being handled properly.
acfaee9◹