#3929: New redraw changes have broken interaction with urlview ----------------------+---------------------- Reporter: chdiza | Owner: mutt-dev Type: defect | Status: closed Priority: major | Milestone: Component: display | Version: Resolution: fixed | Keywords: ----------------------+---------------------- Changes (by Kevin McCarthy <kevin@…>):
* status: new => closed * resolution: => fixed Comment: In [changeset:"29239b1a6d50c1afc571959d7207af1b26f1a256" 7000:29239b1a6d50]: {{{ #!CommitTicketReference repository="" revision="29239b1a6d50c1afc571959d7207af1b26f1a256" Ensure mutt stays in endwin during calls to pipe_msg() (closes #3929) The previous commit solved the problem reported in #3929: progressbar output while downloading a message via IMAP was refreshing the mutt ncurses session after launching the pipe program. To ensure another place in the code doesn't inadvertantly generate output, wrap OPTKEEPQUIET around the calls to pipe_msg()/mutt_wait_filter() too. }}} -- Ticket URL: <https://dev.mutt.org/trac/ticket/3929#comment:16> Mutt <http://www.mutt.org/> The Mutt mail user agent