[tc_terminal] Add input buffering
darkuranium opened this issue · 0 comments
darkuranium commented
Currently, tcterm_getc()
is the only way of getting input and it is slow. For that purpose, buffering and/or some sort of a tcterm_read()
should be added.