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

terminal/sh doesn't draw the last character in a line correctly #9

Open
neuschaefer opened this issue Jan 30, 2023 · 2 comments
Open

Comments

@neuschaefer
Copy link

terminal

The cursor isn't replaced with the entered character just before the line wrap.

@ry755
Copy link
Contributor

ry755 commented Jan 31, 2023

Honestly I think the entire cursor thing needs to be overhauled. Currently the terminal application has no built-in cursor, the cursor is just another character printed by sh. I think the proper solution here is adding a real cursor to the terminal application, then making sh utilize that.

@neuschaefer
Copy link
Author

yeah, that sounds reasonable

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

No branches or pull requests

2 participants