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
When the minibuffer is invoked at first, it has proper centralization for the current screen:
The minibuffer maintains this centralization no matter what. Even if I rescale my screen, it follows suit:
But when it is populated (I'm using find-file-history as an example here, but this is a problem with other commands) it isn't centralized:
find-file-history
The same thing applies to when the window is being rescaled. Here is an example for going from half a window, to a full window:
This issue applies to both the SDL2 and ncurses version.
The text was updated successfully, but these errors were encountered:
This also irks me. I think it's worth considering changing the default behavior to top/bottom with fill-width enabled:
Sorry, something went wrong.
No branches or pull requests
When the minibuffer is invoked at first, it has proper centralization for the current screen:
The minibuffer maintains this centralization no matter what. Even if I rescale my screen, it follows suit:
But when it is populated (I'm using
find-file-history
as an example here, but this is a problem with other commands) it isn't centralized:The same thing applies to when the window is being rescaled. Here is an example for going from half a window, to a full window:
This issue applies to both the SDL2 and ncurses version.
The text was updated successfully, but these errors were encountered: