Description
- Utilizing Windows Terminal, a
System.ArgumentOutOfRange Exception occurs when SingleDose calls Console.SetCursorPosition(int left, int top) and the value of top is larger than the console height. This only appears to be an issue in Windows Terminal.
Steps to Reproduce
- In Windows Terminal, start SingleDose and hit enter repeatedly until the exception is thrown.
This exception will cause the program to crash. Recommend only using cmd.exe or powershell.exe until fix is implemented in next update.
Description
System.ArgumentOutOfRangeException occurs when SingleDose callsConsole.SetCursorPosition(int left, int top)and the value oftopis larger than the console height. This only appears to be an issue in Windows Terminal.Steps to Reproduce
This exception will cause the program to crash. Recommend only using cmd.exe or powershell.exe until fix is implemented in next update.