Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tc_terminal] Fix tcterm_get_cursor_pos() #13

Open
darkuranium opened this issue Sep 8, 2016 · 0 comments
Open

[tc_terminal] Fix tcterm_get_cursor_pos() #13

darkuranium opened this issue Sep 8, 2016 · 0 comments
Labels

Comments

@darkuranium
Copy link
Owner

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.

@darkuranium darkuranium added the bug label Sep 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant