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

acme: fix new window y max in colresize #493

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jxy
Copy link
Contributor

@jxy jxy commented Apr 9, 2021

The rectangle w->r does not contain Border. While recomputing the
size of each window in cols.c:/^colresize the rectangle r1 contains
the Border, which is drawn with r2. This patch fixes the y length of
r1 by removing the incorrect subtraction of Border from Dy(w->r).

fix #491

The rectangle w->r does not contain Border.  While recomputing the
size of each window in cols.c:/^colresize the rectangle r1 contains
the Border, which is drawn with r2.  This patch fixes the y length of
r1 by removing the incorrect subtraction of Border from Dy(w->r).
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.

acme: column dragging affects position of tags
1 participant