Skip to content

Handle cursor being moved to end of buffer. - #1146

Merged
Dongbo Wang (daxian-dbw) merged 1 commit into
PowerShell:masterfrom
msftrncs:FixFor1144
Nov 8, 2019
Merged

Handle cursor being moved to end of buffer.#1146
Dongbo Wang (daxian-dbw) merged 1 commit into
PowerShell:masterfrom
msftrncs:FixFor1144

Conversation

@msftrncs

Copy link
Copy Markdown
Collaborator

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.

Comment threadPSReadLine/Render.cs
@msftrncs

Copy link
Copy Markdown
CollaboratorAuthor

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.
FixesPowerShell#1144.
Sign up for freeto 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

@msftrncs@daxian-dbw