-
Notifications
You must be signed in to change notification settings - Fork 305
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
出问题了o(╥﹏╥)o..... #4512
Comments
This issue was already fixed (see #1306). Please upgrade to the 2.3.5 version of PSReadLine from PowerShell Gallery. |
感谢
Thanks♪(・ω・)ノ
…________________________________
发件人: github-actions[bot] ***@***.***>
发送时间: 2025年2月15日 23:00
收件人: PowerShell/PSReadLine ***@***.***>
抄送: Chinese-Li-Angsheng ***@***.***>; Author ***@***.***>
主题: Re: [PowerShell/PSReadLine] 出问题了o(╥﹏╥)o..... (Issue #4512)
Closed #4512<#4512> as completed.
—
Reply to this email directly, view it on GitHub<#4512 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BOVI54FCFZY6H5NYWFA5RYD2P5JBPAVCNFSM6AAAAABXGO6JG6VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJWGMZDCOBSHA4DKNY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
感谢
Thanks♪(・ω・)ノ
…________________________________
发件人: github-actions[bot] ***@***.***>
发送时间: 2025年2月15日 23:00
收件人: PowerShell/PSReadLine ***@***.***>
抄送: Chinese-Li-Angsheng ***@***.***>; Author ***@***.***>
主题: Re: [PowerShell/PSReadLine] 出问题了o(╥﹏╥)o..... (Issue #4512)
This issue was already fixed (see #1306<#1306>). Please upgrade to the 2.3.5 version of PSReadLine<https://www.powershellgallery.com/packages/PSReadLine/2.3.5> from PowerShell Gallery.
See the upgrading section<https://github.com/PowerShell/PSReadLine#upgrading> for instructions. Please let us know if you run into the same issue with the latest version.
—
Reply to this email directly, view it on GitHub<#4512 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BOVI54FRP2YREWMKMET5VQL2P5JBRAVCNFSM6AAAAABXGO6JG6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRQHE3DCMJTGE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
[github-actions[bot]]github-actions[bot] left a comment (PowerShell/PSReadLine#4512)<#4512 (comment)>
This issue was already fixed (see #1306<#1306>). Please upgrade to the 2.3.5 version of PSReadLine<https://www.powershellgallery.com/packages/PSReadLine/2.3.5> from PowerShell Gallery.
See the upgrading section<https://github.com/PowerShell/PSReadLine#upgrading> for instructions. Please let us know if you run into the same issue with the latest version.
—
Reply to this email directly, view it on GitHub<#4512 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BOVI54FRP2YREWMKMET5VQL2P5JBRAVCNFSM6AAAAABXGO6JG6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRQHE3DCMJTGE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
上 7 个密钥:
& Space D : / p y
异常:
System.ArgumentOutOfRangeException: 该值必须大于或等于零,且必须小于控制台缓冲区在该维度的大小。
参数名: left
实际值是 -2。
在 System.Console.SetCursorPosition(Int32 left, Int32 top)
在 Microsoft.PowerShell.Internal.VirtualTerminal.set_CursorLeft(Int32 value)
在 Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(RenderData renderData, String defaultColor)
在 Microsoft.PowerShell.PSConsoleReadLine.ForceRender()
在 Microsoft.PowerShell.PSConsoleReadLine.Insert(Char c)
在 Microsoft.PowerShell.PSConsoleReadLine.SelfInsert(Nullable
1 key, Object arg) 在 Microsoft.PowerShell.PSConsoleReadLine.ProcessOneKey(ConsoleKeyInfo key, Dictionary
2 dispatchTable, Boolean ignoreIfNoAction, Object arg)在 Microsoft.PowerShell.PSConsoleReadLine.InputLoop()
在 Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics)
The text was updated successfully, but these errors were encountered: