-
Notifications
You must be signed in to change notification settings - Fork 814
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
Windows: first character input lost on successive programs #1167
Comments
hi @jtackaberry I would like to work on this, could you assign me |
Go for it, @Denish3436 ✌️ |
Hii @meowgorithm , can you please review my PR |
Hey @Denish3436! Ayman's reviewed it in #1180. Let's track progress over there. |
@Denish3436 This should be fixed in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
On Windows, if multiple Tea programs are run successively within the same process, the first program runs fine, but subsequent programs lose the first key pressed. The key is silently eaten, after which point the program appears to operate properly until it terminates. Then rinse/repeat for subsequent Tea programs.
This does not occur on Linux or Mac.
Setup
To Reproduce
Source Code
Expected behavior
The first key on subsequent Tea programs should not be lost.
Screenshots
The text was updated successfully, but these errors were encountered: