Replies: 1 comment 5 replies
-
Also I found weird think, if I type something, its twice in the console |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Im trying to make console app where my main thread is doing some calculations and prints stuff with
Term::cout
andother thread is reading text input with
Term::cin
the problem is when Im typing a command and new log comes to the console, my text gets deleted and appended to beginning of the log.
Is there any way to prevent that ?
Beta Was this translation helpful? Give feedback.
All reactions