Skip to content
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

Fix FLS console input on Linux: #1081 #1082

Merged
merged 1 commit into from
Apr 22, 2022
Merged

Fix FLS console input on Linux: #1081 #1082

merged 1 commit into from
Apr 22, 2022

Conversation

berger-igmr
Copy link
Contributor

ConsoleInteraction.java waits for the carriage return character (ASCII 13) before accepting input. Linux indicates input with the line feed character (ASCII 10). Checking for either ASCII 10 or ASCII 13 allows input to be accepted on Unix, Windows, and Mac

ConsoleInteraction.java waits for the carriage return character (ASCII 13) before accepting input. Linux indicates input with the line feed character (ASCII 10). Checking for either ASCII 10 or ASCII 13 allows input to be accepted on Unix, Windows, and Mac
@eparovyshnaya eparovyshnaya requested review from eparovyshnaya and zelenyhleb and removed request for eparovyshnaya April 22, 2022 11:52
Copy link
Contributor

@zelenyhleb zelenyhleb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thank you for your time and effort!

@zelenyhleb zelenyhleb merged commit 3db8733 into eclipse-passage:master Apr 22, 2022
@berger-igmr berger-igmr deleted the fls-linux-console-fix branch April 22, 2022 12:37
@eparovyshnaya
Copy link
Contributor

Left untested, the fix appeared to completely break Windows version of FLS #1142.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants