Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Windows terminal size #7

Open
drodil opened this issue Mar 21, 2021 · 0 comments
Open

Fix Windows terminal size #7

drodil opened this issue Mar 21, 2021 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@drodil
Copy link
Owner

drodil commented Mar 21, 2021

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

@drodil drodil added bug Something isn't working help wanted Extra attention is needed labels Mar 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant