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

Something with the zoom and up arrow #4368

Closed
Belen3OGS opened this issue Jan 22, 2025 · 1 comment
Closed

Something with the zoom and up arrow #4368

Belen3OGS opened this issue Jan 22, 2025 · 1 comment

Comments

@Belen3OGS
Copy link

Hi! I was trying to record something and I wanted to zoom in, to show better on video. On the moment I press the up arrow to use the last command, it throw this error. So i came here to report it :3
I happend to me two or three times, but I think it could be more

Image

Text:
PS C:\Users\belen\Downloads>
Oops, something went wrong. Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new

Last 1 Keys:
UpArrow

Exception:
System.ArgumentOutOfRangeException: The value must be greater than or equal to zero and less than the console's buffer size in that dimension.
Parameter name: top
Actual value was -1.
at System.Console.SetCursorPosition(Int32 left, Int32 top)
at Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(RenderData renderData, String defaultColor)
at Microsoft.PowerShell.PSConsoleReadLine.ForceRender()
at Microsoft.PowerShell.PSConsoleReadLine.HistoryRecall(Int32 direction)
at Microsoft.PowerShell.PSConsoleReadLine.PreviousHistory(Nullable1 key, Object arg) at Microsoft.PowerShell.PSConsoleReadLine.ProcessOneKey(ConsoleKeyInfo key, Dictionary2 dispatchTable, Boolean ignoreIfNoAction, Object arg)
at Microsoft.PowerShell.PSConsoleReadLine.InputLoop()
at Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics)

PS C:\Users\belen\Downloads> adb logcat | Tee-Object -FilePath logcat.txt

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage 🔍 It's a new issue that core contributor team needs to triage. label Jan 22, 2025
@daxian-dbw
Copy link
Member

The GitHub URL shown in your exception message (https://github.com/lzybkr/PSReadLine/issues/new) indicates that you are using a very old version of PSReadLine module with your PowerShell session (2.0.0-beta2 or prior). Please upgrade to the latest stable v2.3.6 and try again. The issue should've been fixed with newer versions.

@microsoft-github-policy-service microsoft-github-policy-service bot removed the Needs-Triage 🔍 It's a new issue that core contributor team needs to triage. label Jan 22, 2025
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