-
Notifications
You must be signed in to change notification settings - Fork 0
Support window resize #13
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestfirst stepsFirst steps required for the project to even get startedFirst steps required for the project to even get started
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfirst stepsFirst steps required for the project to even get startedFirst steps required for the project to even get started
Type
Fields
Give feedbackNo fields configured for issues without a type.
We want Windows to automatically resize when the console screen does. Luckily, this seems to work by default when handling horizontal resize. Also luckily enough it seems to send the character code
410which according to this isKEY_RESIZEin POSIX, so we can just catch this and redraw the screen (maybe after a short delay to make sure we don't do it 100 times in a row).