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 parameter order of crossterm resize event #176

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

kxxt
Copy link
Contributor

@kxxt kxxt commented Apr 19, 2024

As documented on https://docs.rs/crossterm/latest/crossterm/event/enum.Event.html, the resize event's parameters are (columns, rows), not (rows, cols).

To make resize really work in the examples, We need to call resize on master pty. I might do it in a follow up PR.

@a-kenji
Copy link
Owner

a-kenji commented Apr 19, 2024

Thank you, good catch!

@a-kenji a-kenji merged commit 7b482c4 into a-kenji:development Apr 19, 2024
16 checks passed
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

Successfully merging this pull request may close these issues.

2 participants