summaryrefslogtreecommitdiffstats
path: root/curs_lib.c
AgeCommit message (Expand)Author
2018-06-10Move mutt_getch() timeout value into curs_lib.cKevin McCarthy
2018-06-05Quick fix for ncurses buffering issue with inotify polling.Kevin McCarthy
2018-06-03Add new timeout functions to work with inotify monitors.Kevin McCarthy
2018-06-03Change direct mutt_getch() callers to handle new mail event.Kevin McCarthy
2018-06-03add feature file monitoring with Linux inotifyGT
2018-04-22Add Error History function and config var.Kevin McCarthy
2017-09-04Fix rv assignment in mutt_window_mvprintw(). (closes #3964)Kevin McCarthy
2017-05-09Rename REDRAW_SIGWINCH to REDRAW_FLOW.Kevin McCarthy
2017-04-27merge stableKevin McCarthy
2017-04-27Fix km_error_key() infinite loop and unget buffer pollution.Kevin McCarthy
2017-04-16Add multiline and sigwinch handling to mutt_yesorno. (closes #3877)Kevin McCarthy
2017-04-15Set pager's REDRAW_SIGWINCH when reflowing windows.Kevin McCarthy
2017-04-15Add multiline and sigwinch handling to mutt_multi_choice. (see #3877)Kevin McCarthy
2017-04-15Add ifdefs around new mutt_resize_screen calls.Kevin McCarthy
2017-04-05Separate out the pager 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 refresh parameter from mutt_enter_fname().Kevin McCarthy
2017-03-31Change reflow_windows() to set full redraw.Kevin McCarthy
2017-03-31Remove the OPTFORCEREDRAW options.Kevin McCarthy
2017-03-26Set refresh when popping the menu stack.Kevin McCarthy
2017-03-26Fix mutt_refresh() pausing during macro events.Kevin McCarthy
2016-09-22Don't abort the menu editor on sigwinch. (closes #3875)Kevin McCarthy
2016-07-19Fix arithmetic exception due to menu->pagelen being negative.Anton Lindqvist
2016-07-11Initialize mutt windows even in batch mode. (closes #3853)Kevin McCarthy
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-05-03Change mutt_window_getyx() to accept NULL *y/*x params.Kevin McCarthy
2016-04-27Modify enter.c routines to use windows.Kevin McCarthy
2016-04-27Modify the curs_lib.c to use windows.Kevin McCarthy
2016-04-27Add window structures to use for screen layout.Kevin McCarthy
2016-04-08Reset mbstate for other mbrtowc() calls returning -1Kevin McCarthy
2016-03-22Clean up mutt_wstr_trunc() some more.Kevin McCarthy
2016-03-20Improve error handling in mutt_wstr_trunc().Karel Zak
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2015-11-09Fix possible unintentional '\0' strchr matches.Kevin McCarthy
2015-10-04Create a separate macro/push/exec event buffer. (closes #3779)Kevin McCarthy
2015-01-26Corrected various spelling mistakes (most of them reported by codespell).Vincent Lefevre
2015-01-15Also colorize the initial mutt_enter_fname prompt.Vincent Lefevre
2015-01-09Add color type for prompts.Kevin McCarthy
2013-07-23fix typos in commentsOndřej Bílka
2013-02-08explicitly call mutt_refresh() prior to endwin() to force a screen redraw.Michael Elkins
2013-01-31do not use mutt_message() to display prompt in mutt_yesorno().Michael Elkins
2013-01-23do not explicitly reset the terminal attributes and move the cursor in mutt_e...Michael Elkins
2012-12-31reset to color normal before clearing to end of line when printing a message/...Michael Elkins
2012-12-30make the SETCOLOR() macro use bkgdset() on systems which have it, and attrset...Michael Elkins
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2010-08-24use REGCOMP() macroEmanuele Giaquinta
2010-04-11clear prompt when user cancels with ^G from a yes/no promptMichael Elkins
2010-02-21Make mutt_yesorno use mutt_message to print query. Closes #3352.Brendan Cully
2009-12-29Hack mutt_wstr_trunc to treat M_TREE characters as 1 cell.Brendan Cully