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
Also when I scroll up and then start writing (debug assert fails here) the view already goes back to the current cursor position, but there is not enough space for intellisense.
When I scroll down so the cursor is out of the window and start typing, window should scroll back to the cursor.
Problem here is that
Console.SetWindowPosition
andConsole.WindowTop
setter are only supported on Windows 😕.The text was updated successfully, but these errors were encountered: