C#C
C#2d ago
Cam

Resize Windows Terminal Window (ConsoleApp)

Hello! Working on a card game in C# that runs in Windows Terminal. I was wondering if there's a good way to control the size / position of the windows terminal. I know Console.SetWindowSize only works on the old conhost, but I want to continue using terminal cause its just nicer, so I was wondering if this is possible?
Was this page helpful?