-
-
Notifications
You must be signed in to change notification settings - Fork 35
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: autoresize immediately on mode change #128
Conversation
7647c33
to
50eb83d
Compare
9e83ba7
to
bbb9006
Compare
9ace770
to
a8502b9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By mode change you mean a focus command is called?
When the resize goal is changed, so essentially yes. Maybe "goal change" is better wording, just want sure what to call it. |
39d1149
to
5c90e07
Compare
ensures that windows are properly resized immediately when the mode is changed, instead of on the next window switch.
5c90e07
to
d5908e7
Compare
Ok, cleaned up copy-pasted comments, changed the test names, and rebased on top of master. |
LGTM. Thanks! |
Ensures that windows are properly resized immediately when the mode is changed, instead of on the next window switch.
Also adds several tests for resizing behavior.