tclib
tclib copied to clipboard
[tc_terminal] Add input buffering
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.