lem icon indicating copy to clipboard operation
lem copied to clipboard

Improper centralization for populated minibuffer

Open daedsidog opened this issue 6 months ago • 1 comments

When the minibuffer is invoked at first, it has proper centralization for the current screen:

image

The minibuffer maintains this centralization no matter what. Even if I rescale my screen, it follows suit:

image

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:

image

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:

image

This issue applies to both the SDL2 and ncurses version.

daedsidog avatar Aug 06 '24 22:08 daedsidog