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
The tcterm_get_cursor_pos() function currently flushes all input in order to get the data in POSIX — that should be fixed.
The best way to do that is to take advantage of buffering (depends on #12 being implemented), then do a flush and fetch position. The CREAD flag might perhaps be helpful here.
The text was updated successfully, but these errors were encountered:
The
tcterm_get_cursor_pos()
function currently flushes all input in order to get the data in POSIX — that should be fixed.The best way to do that is to take advantage of buffering (depends on #12 being implemented), then do a flush and fetch position. The
CREAD
flag might perhaps be helpful here.The text was updated successfully, but these errors were encountered: