#3877: no redraw when Mutt is prompting the user and the window is resized
----------------------+----------------------
Reporter: vinc17 | Owner: mutt-dev
Type: defect | Status: new
Priority: minor | Milestone:
Component: display | Version: 1.7.0
Resolution: | Keywords:
----------------------+----------------------
Comment (by Kevin McCarthy <kevin@…>):
In [changeset:"303fc058692fb2d4536d698f30566c812ddeb68c"
6997:303fc058692f]:
{{{
#!CommitTicketReference repository=""
revision="303fc058692fb2d4536d698f30566c812ddeb68c"
Don't create query menu until after initial prompt. (see #3877)
A resize in the prompt will trigger a redraw, but the data won't be
loaded yet, displaying a blank screen instead of the previous menu.
Once the query is done, the data is loaded, but the menu->redraw state
has been changed by the resize.
We could manually flag a redraw, but it makes more sense visually
logically to just create the menu after the query and results are
loaded.
}}}
--
Ticket URL: <https://dev.mutt.org/trac/ticket/3877#comment:8>
Mutt <http://www.mutt.org/>
The Mutt mail user agent