- 
                Notifications
    You must be signed in to change notification settings 
- Fork 317
Description
It just happens when I run a code in python (it was a test code, just printing "a" in the terminal), and everything looks fine, I can use the terminal normally after this (idk what gone wrong). This is what appeared to me:
Last 1 Keys:
&
Exception:
System.ArgumentOutOfRangeException: The value must be greater than or equal to zero and less than the console buffer size in that dimension.
Parameter name: left
Real value was -2.
in Microsoft.PowerShell.Internal.VirtualTerminal.set_CursorLeft(Int32 value)
in Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(RenderData renderData, String defaultColor)
in Microsoft.PowerShell.PSConsoleReadLine.ForceRender()
in Microsoft.PowerShell.PSConsoleReadLine.Insert(Char c)
in Microsoft.PowerShell.PSConsoleReadLine.SelfInsert(Nullable1 key, Object arg) in Microsoft.PowerShell.PSConsoleReadLine.ProcessOneKey(ConsoleKeyInfo key, Dictionary2 dispatchTable, Boolean ignoreIfNoAction, Object arg)
in Microsoft.PowerShell.PSConsoleReadLine.InputLoop()
in Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics)