You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Currently,
tcterm_getc()is the only way of getting input and it is slow. For that purpose, buffering and/or some sort of atcterm_read()should be added.