-
-
Notifications
You must be signed in to change notification settings - Fork 0
Fix Windows terminal size #7
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Currently Windows defaults to terminal size 80x24 as it cannot get the correct w/h from terminal.GetSize. Also the resize event does not work due to missing SIGWINCH signal. Fix terminal size initialization and resizing.
See golang/go#20388