summaryrefslogtreecommitdiffstats
path: root/curs_lib.c
AgeCommit message (Expand)Author
2020-10-14Since the string from strerror should never be modified, use const.Philipp Klaus Krause
2020-05-24Merge branch 'stable'Kevin McCarthy
2020-05-24Increase the buffer size in _mutt_get_field().Kevin McCarthy
2020-05-17Clean up Editor Menu interface inside Mutt.Kevin McCarthy
2020-05-11Separate mailbox vs buffy-incoming for the "enter_fname" functions.Kevin McCarthy
2020-05-11Remove unused mutt_enter_fname() functions.Kevin McCarthy
2020-03-08Convert progress and socket_poll millis to unsigned long long.Kevin McCarthy
2020-02-29Confirm exiting if background edit processes exist.Kevin McCarthy
2019-09-26Convert mutt_error_history to use buffer pool.Kevin McCarthy
2019-09-22Remove nonull check from _mutt_enter_fname()Kevin McCarthy
2019-09-22Convert buffer callers of mutt_get_field() to use buffer version.Kevin McCarthy
2019-09-22Create mutt_buffer_get_field().Kevin McCarthy
2019-08-07Allow nested setting of OPTIGNOREMACROEVENTS.Kevin McCarthy
2019-04-16Add mutt_buffer_enter_fname().Kevin McCarthy
2019-04-10Convert mutt_expand_file_fmt() to accept BUFFER dest parameter.Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
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