You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version indeed solves issue 1 in #64 but unfortunately it doesn't fix issue 2 as per my test on my ovh server (running ubuntu). Below is my test script:
copy this into file and change the path in sys.path.insert to the "master" branch of local clone of your repo in r"/root/python-readchar-v4", I still see unwanted blanks (should come from the \r generated by setraw and missing linebreaks between logs:
In contrast, if using my version in pull request #64, I can get clean log outputs.
Would you please take some further look?
Thanks!
_Originally posted by @qianyun210603 in github.com/magmax/python-readchar/issues/79#issuecomment-1179482070
The text was updated successfully, but these errors were encountered:
This version indeed solves issue 1 in #64 but unfortunately it doesn't fix issue 2 as per my test on my ovh server (running ubuntu). Below is my test script:
copy this into file and change the path in

sys.path.insert
to the "master" branch of local clone of your repo in r"/root/python-readchar-v4", I still see unwanted blanks (should come from the\r
generated bysetraw
and missing linebreaks between logs:In contrast, if using my version in pull request #64, I can get clean log outputs.

Would you please take some further look?
Thanks!
_Originally posted by @qianyun210603 in
github.com/magmax/python-readchar/issues/79#issuecomment-1179482070
The text was updated successfully, but these errors were encountered: