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

Swap linefeed & carriage return keycodes #69

Closed
wants to merge 0 commits into from

Conversation

vanschelven
Copy link
Contributor

>>> "\n" == "\x0a"  # n for "new line"
True
"\r" == "\x0d"  # r for "return"
True

@magmax
Copy link
Owner

magmax commented Jan 8, 2022

This is a simple change, but can have some backwards incompatibilities for people using the wrong values...
Maybe it will wait for version 4.0

@Cube707 Cube707 mentioned this pull request Jul 4, 2022
Cube707 pushed a commit that referenced this pull request Jul 25, 2022
Their values where swaped and have been corrected as per @vanschelven PR

merges and closes #69
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.

2 participants