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

ArgumentOutOfRangeException occurs at SetCursorPosition after reducing the console width #283

Open
BitRebus opened this issue Jun 15, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@BitRebus
Copy link

It is very easy to reproduce:

  1. Set a long message or errorMessage
  2. Reduce the console width so that the message text moves to the next line
  3. In this case, the cursor will be outside the console window
  4. Press the cursor key, for example, Up key
  5. The ArgumentOutOfRangeException will occur
@shibayan shibayan added the bug Something isn't working label Jun 15, 2024
@shibayan shibayan self-assigned this Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants