Duplicate prompts when combining center and list options (wayland)
Version: v0.6.10 Compositor: Sway
When launching bemenu-run with the --center and --list options, after typing multiple copies of the prompt appear. This doesn't seem to happen if I use just the --center or --list options separately.

The duplicate prompts seem to appear after typing a character that reduces the size of the list any increment below the --list value.
Edit: It seems like a race condition between the size of the window being re-calculated and the buffer being redrawn. If I run it under strace without writing the output to a log file the timing changes and the issue goes away.
There's some discussion in #194 about how maybe the prompt shouldn't jump down as the # of results is reduced. I personally think that makes sense and it would prevent this issue from happening.
Same

This is either repaint problem or the cairo drawing code does not draw into the space before the items. Pretty sure it's the latter. Does this affect X11?
Never meet this after last time.