We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following functions can be convenient:
purpose-display-at-bottom
purpose-display-at-top
purpose-display-at-right
purpose-display-at-left
The following variables/arguments will give the user a better control over the new window's size:
purpose-display-window-at-bottom-height
purpose-display-window-at-top-height
purpose-display-window-at-right-width
purpose-display-window-at-left-width
The following commands can be convient for closing those new windows:
purpose-delete-window-at-bottom
purpose-delete-window-at-top
purpose-delete-window-at-right
purpose-delete-window-at-left
As a bonus, this should make it easy to implement popup windows and pinned windows.
The text was updated successfully, but these errors were encountered:
New display-at functions (top, bottom, left, right) #32
9df4c7f
User options for windows created by display-at functions #32
c78b6ff
Delete commands for top/bottom/left/right windows #32
2835ae5
No branches or pull requests
The following functions can be convenient:
purpose-display-at-bottom
: display buffer in a new window at the bottom of the framepurpose-display-at-top
: likewise at toppurpose-display-at-right
: likewise at rightpurpose-display-at-left
: likewise at leftThe following variables/arguments will give the user a better control over the new window's size:
purpose-display-window-at-bottom-height
purpose-display-window-at-top-height
purpose-display-window-at-right-width
purpose-display-window-at-left-width
The following commands can be convient for closing those new windows:
purpose-delete-window-at-bottom
: delete the window at the bottom of the frame. if it's not obvious what is the "bottom" window, signal an error.purpose-delete-window-at-top
: likewise at toppurpose-delete-window-at-right
: likewise at rightpurpose-delete-window-at-left
: likewise at leftAs a bonus, this should make it easy to implement popup windows and pinned windows.
The text was updated successfully, but these errors were encountered: