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

Input buffering in console mode added #174

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tarvlad
Copy link

@tarvlad tarvlad commented Mar 2, 2023

Fixed a problem with the lack of input buffering when working in console mode. Now, when you press enter, the line will be saved to the buffer and subsequent calls will reads from there (if there are characters there), which will allow you not to lose the next characters after reading from the input stream

@tarvlad tarvlad changed the title Fix #135 Issue Input buffering in console mode added Apr 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant