]> granicus.if.org Git - mutt/commit
Don't create query menu until after initial prompt. (see #3877)
authorKevin McCarthy <kevin@8t8.us>
Wed, 5 Apr 2017 23:09:39 +0000 (16:09 -0700)
committerKevin McCarthy <kevin@8t8.us>
Wed, 5 Apr 2017 23:09:39 +0000 (16:09 -0700)
commit9eb265f4756dc5707ac45e820160e4cc929a679e
tree814e2fb851ffa4e58dc484260070402f10c21091
parentc0b6d917a7d8955a40ec0f4b811fc0e67504af96
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.
query.c