darkuranium/tclib

[tc_terminal] Add input buffering

darkuranium opened this issue · 0 comments

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.