-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I thought I had fixed the problem by making Console.ReadKey() asynchronous in commit 5062423.
However, especially on WSL, it seems that the response is returned before waiting for input from Console.ReadKey(), and the standard input value is output to the terminal.
Perhaps we need to wait until the thread doing Console.ReadKey() is initialized and ready for before writing the terminal escape sequence to stdout.
Expected
Actual (sometimes)
Nutzzz
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

