summaryrefslogtreecommitdiffstats
path: root/menu.c
AgeCommit message (Expand)Author
2022-11-04Add explicit void to 0-parameter function definitions.Kevin McCarthy
2022-10-08Move SigWinch handling before refresh in menus.Kevin McCarthy
2021-12-28Add pager REDRAW_FLOW redraw flag when popping a menu.Kevin McCarthy
2021-06-19Fix menu.c sigwinch handling order.Kevin McCarthy
2021-04-15Use bkgrndset() as ATTRSET() backend if available.Kevin McCarthy
2021-01-27Convert all mutt_atoX functions to behave strictly.Kevin McCarthy
2020-07-22Fix redraw_motion() redraw bug.Kevin McCarthy
2020-07-22Add color overlay to print_enriched_string().Maxim Tarasov
2020-07-20Add $cursor_overlay, default unset, to control overlaying.Kevin McCarthy
2020-07-20Add cursor overlay capability.Maxim Tarasov
2020-02-29Add background compose menu and $background_format config var.Kevin McCarthy
2019-12-21Turn off auto-clear outside of autocrypt initialization.Kevin McCarthy
2019-11-08Fix sigwinch race in the index and menu processor.Kevin McCarthy
2019-08-07Automatically clear screen when popping the last menu.Kevin McCarthy
2019-04-19Add menu dialog helper to add rows.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-06-28Add check-stats function to calculate mailbox statistics.Anton Lindqvist
2018-06-03Change direct mutt_getch() callers to handle new mail event.Kevin McCarthy
2018-04-22Add Error History function and config var.Kevin McCarthy
2017-07-19merge stableKevin McCarthy
2017-07-19Fix menu color calls to occur before positioning the cursor. (see #3956)Kevin McCarthy
2017-06-01Fix tag-prefix to not abort on $timeout.Kevin McCarthy
2017-06-01Change km_dokey() to return -2 on a timeout/sigwinch.Kevin McCarthy
2017-05-09Create R_PAGER_FLOW config variable flag.Kevin McCarthy
2017-05-05Change message modifying operations to additively set redraw flags.Kevin McCarthy
2017-04-05Separate out the compose menu redrawing. (see #3877)Kevin McCarthy
2017-04-05Change km_dokey() to pass SigWinch on for the MENU_EDITOR. (see #3877)Kevin McCarthy
2017-03-31Remove SidebarNeedsRedraw.Kevin McCarthy
2017-03-31Remove the OPTFORCEREDRAW options.Kevin McCarthy
2017-03-26Set refresh when popping the menu stack.Kevin McCarthy
2017-03-26Change CurrentMenu to be controlled by the menu stack.Kevin McCarthy
2017-03-26Add a menu stack to track current and past menus.Kevin McCarthy
2016-06-04Add "mutt_" prefix to global sidebar functions.Kevin McCarthy
2016-06-04Sidebar clean up: building and drawing logic.Kevin McCarthy
2016-06-04Add neomutt version of sidebar patch. (closes #3829)Richard Russon
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-27Modify the menu code to use windows.Kevin McCarthy
2015-10-04Create a separate macro/push/exec event buffer. (closes #3779)Kevin McCarthy
2015-10-04Fix menu type in certificate prompt. (see #3779)Kevin McCarthy
2012-12-30make the SETCOLOR() macro use bkgdset() on systems which have it, and attrset...Michael Elkins
2012-12-20remove redundant #include statementsMichael Elkins
2012-12-20remove extern decl for Charset_is_utf8 since menu.c includes mbyte.h which ha...Michael Elkins
2012-12-19use WACS_* macros for printing wide versions of the line drawing characters w...Michael Elkins
2010-08-24Do not call regfree if regcomp fails.Emanuele Giaquinta
2009-06-01Use strtol() wrappers for most atoi() callsRocco Rutte
2009-05-29Fall back to search if no query exists for search-(next|opposite)Rocco Rutte
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2008-11-30Manage last search pattern outside of menu lifecycleRocco Rutte
2008-10-28Make some functions static.Emanuele Giaquinta