Closed koichirok closed 5 years ago
On Windows, System.in.read () processes CR andLF separately when the Enter key is pressed. Therefore, when using interactive mode on Windows, even-numbered commands will always be executed immediately without waiting for the Enter key to be pressed.
System.in.read ()
CR
LF
This PR fixes this problem.
Thank you for PR!
On Windows,
System.in.read ()
processesCR
andLF
separately when the Enter key is pressed. Therefore, when using interactive mode on Windows, even-numbered commands will always be executed immediately without waiting for the Enter key to be pressed.This PR fixes this problem.