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

Handle cursor being moved to end of buffer. #1146

Merged
merged 1 commit into from
Nov 8, 2019

Conversation

msftrncs
Copy link
Collaborator

@msftrncs msftrncs commented Nov 2, 2019

Handle when MoveCursor() attempts to move the cursor to the end of the terminal buffer, same as Render(), by issueing a line feed to force a scroll.

Fixes #1144.

@msftrncs
Copy link
Collaborator Author

msftrncs commented Nov 8, 2019

Noting a merge conflict will occur with #1141.

Handle when `MoveCursor()` attempts to move the cursor to the end of the
terminal buffer, same as `Render()`, by issueing a line feed to force a
scroll.

Fixes PowerShell#1144.
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.

Moving cursor to end of buffer causes exception
2 participants