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

Commits on Apr 9, 2021

  1. acme: fix new window y max in colresize

    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).
    jxy committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    c8269b5 View commit details
    Browse the repository at this point in the history