Skip to content

Cursor position error on osx (and linux?) #10

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

Open
ChrisPritchard opened this issue May 6, 2019 · 3 comments
Open

Cursor position error on osx (and linux?) #10

ChrisPritchard opened this issue May 6, 2019 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@ChrisPritchard
Copy link
Owner

Console writing is not aligned properly on osx. Each char typed jumps to a new line. Test and resolve.

@ChrisPritchard ChrisPritchard added the bug Something isn't working label May 6, 2019
@ChrisPritchard ChrisPritchard self-assigned this May 6, 2019
@ChrisPritchard ChrisPritchard changed the title Compatibility on osx (and linux?) cursor position error on osx (and linux?) May 7, 2019
@ChrisPritchard
Copy link
Owner Author

this is an issue on linux too. great. makes fixing it easier at least

ChrisPritchard added a commit that referenced this issue May 7, 2019
line clearing not happening properly on linux/osx terminal
@ChrisPritchard
Copy link
Owner Author

For now, though its not ideal, I have disabled the line clearing functionality on non windows platforms. This causes a problem when using up/down to go through history, though the problem is purely cosmetic.

@ChrisPritchard
Copy link
Owner Author

I have restored line clearing with a slight change. the issue seems to be related to cursor top and left functionality on unix (some notes in the source about this, here: https://github.com/dotnet/corefx/blob/master/src/System.Console/src/System/ConsolePal.Unix.cs)

@ChrisPritchard ChrisPritchard changed the title cursor position error on osx (and linux?) Cursor position error on osx (and linux?) May 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant