-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
CliLocalSession
waits for keypress when exiting
#209
Comments
Hi @marcogmaia , first of all, thank you very much for using this library. I tried your code in the following environment:
In all three cases, I've got the expected output:
(no extra keypress needed, by the way: I've just entered "exit" followed by key). The complete code is:
using C++20 standard and the latest version of cli library (i.e., v. 2.1). Please, let me know what differs from your environment. |
@daniele77, thanks man. I'll test with your configs when I get the time. I compiled with clang on windows. |
It seems to correctly work with |
clitest_vid.mp4An example using the code that you've provided. |
I'm running the software on Window10.
The following snippet reproduces the behavior:
produces the following behavior when exiting
but the expected is:
The text was updated successfully, but these errors were encountered: