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

Handle window resizing #10

Closed
rschmitt opened this issue Apr 5, 2015 · 1 comment
Closed

Handle window resizing #10

rschmitt opened this issue Apr 5, 2015 · 1 comment

Comments

@rschmitt
Copy link
Owner

rschmitt commented Apr 5, 2015

Heatseeker should detect when the terminal window has been resized and re-render the screen accordingly. It should be relatively easy to support this feature on both Windows and POSIX.

@rschmitt
Copy link
Owner Author

The proper way to do this in POSIX is by handling SIGWINCH. Doing this in Rust is technically an open issue, but as always there are easy workarounds.

rust-lang/rust#11203
https://users.rust-lang.org/t/unix-signals-in-rust/733

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant