You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oups, un problème s'est produit. Signalez ce bogue avec les détails ci-dessous. Signaler sur GitHub : https://github.com/lzybkr/PSReadLine/issues/new
#3874
Closed
3 tasks done
mahmoudZetabox opened this issue
Nov 21, 2023
· 1 comment
Search the existing issues, especially the pinned issues.
Exception report
-----------------------------------------------------------------------Dernières 1 touches : UpArrowException :System.ArgumentOutOfRangeException: La valeur doit être supérieure ou égale à zéro et inférieure à la taille de la mémoire tampon de la console dans cette dimension.Nom du paramètre : topLa valeur réelle était -1. à System.Console.SetCursorPosition(Int32 left, Int32 top) à Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(RenderData renderData, String defaultColor) à Microsoft.PowerShell.PSConsoleReadLine.ForceRender() à Microsoft.PowerShell.PSConsoleReadLine.HistoryRecall(Int32 direction) à Microsoft.PowerShell.PSConsoleReadLine.PreviousHistory(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)-----------------------------------------------------------------------
This issue was already fixed (see #1306). Please upgrade to the 2.3.4 version of PSReadLine from PowerShell Gallery.
See the upgrading section for instructions. Please let us know if you run into the same issue with the latest version.
Prerequisites
Exception report
Screenshot
N/A
Environment data
Steps to reproduce
press up arrow key
Expected behavior
get last command
Actual behavior
get exception
The text was updated successfully, but these errors were encountered: