Skip to content

Support window resize #13

@cguess

Description

@cguess

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 410 which according to this is KEY_RESIZE in 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).

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestfirst stepsFirst steps required for the project to even get started

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions