summaryrefslogtreecommitdiffstats
path: root/enter.c
AgeCommit message (Expand)Author
2022-12-03Divide browser "LastDir" into separate file and mailbox locations.Kevin McCarthy
2022-03-05Protect prompt completion memcpy() calls with a NULL check.Kevin McCarthy
2022-01-25Add very basic cd path completion.Kevin McCarthy
2022-01-25Simplify the mutt_select_file() call for MUTT_CMD completion.Kevin McCarthy
2022-01-25Add memcpy on MUTT_CMD completion to invoke the file selector.Kevin McCarthy
2020-09-06Convert _mutt_enter_string() to use buffer expand_path function.Kevin McCarthy
2020-06-25Add tab-completion menu for patterns.Kevin McCarthy
2020-05-17Clean up Editor Menu interface inside Mutt.Kevin McCarthy
2020-05-17Fix attach-file tag operation to work when quitting browser.Kevin McCarthy
2020-05-11Separate mailbox vs buffy-incoming for the "enter_fname" functions.Kevin McCarthy
2019-11-12Fix __attribute__((warn_unused_result)) warning in enter.cDavid Champion
2019-11-10Add gcc comments for fallthrough case statements.Kevin McCarthy
2019-07-25Fix accidental fall-through for <quote-char> if aborted.Kevin McCarthy
2019-04-07Create mutt_buffer_buffy() buffer function.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-03Change direct mutt_getch() callers to handle new mail event.Kevin McCarthy
2018-02-03Add history-search function, bound to ctrl-r.Kevin McCarthy
2017-06-01Change km_dokey() to return -2 on a timeout/sigwinch.Kevin McCarthy
2017-04-15Add ifdefs around new mutt_resize_screen calls.Kevin McCarthy
2017-04-05Change km_dokey() to pass SigWinch on for the MENU_EDITOR. (see #3877)Kevin McCarthy
2017-03-26Set refresh when popping the menu stack.Kevin McCarthy
2017-01-31Minor fix to ~y completion.Kevin McCarthy
2017-01-31Simplify mutt_label_complete().Kevin McCarthy
2017-01-31Permit tab completion of pattern expressions with ~y (labels).Kevin McCarthy
2017-01-31Fix the mutt_label_complete() pos parameter.Kevin McCarthy
2017-01-28Adds label completion.David Champion
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-27Modify enter.c routines to use windows.Kevin McCarthy
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2015-11-18Fix memcpy buf=NULL/len=0 issue in replace_part(). (closes #3790)Kevin McCarthy
2014-08-12Add a scratch buffer to the history ring. (closes #3082)Kevin McCarthy
2013-04-11backout c1371176ea45Michael Elkins
2013-04-10fix various compiler warnings; most were due to unchecked return values from ...Michael Elkins
2012-07-08Fix some spelling errors (closes #3493)Antonio Radici
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2011-11-28make kill-eow and kill-word consistent in considering words to consist only o...Michael Elkins
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2008-10-28Make some functions static.Emanuele Giaquinta
2008-08-30Rework timeout handling to support keepalive in the line editor.Brendan Cully
2008-07-02Use realpath() in mutt_pretty_mailbox() for paths that may need it.Rocco Rutte
2007-12-11Maintain different history lists for files and mailboxes. Closes #2999.Rocco Rutte
2007-07-16Make is_shell_char static. Closes #2907.Brendan Cully
2007-04-07add "|" to the list of shell charsMichael Elkins
2007-04-07"complete" function should consider shell chars to be word boundaries when do...Michael Elkins
2007-04-02Do not clobber string field on keypress when returning from file browser (clo...Brendan Cully
2007-02-26Add $history_file and $save_history, for saving command history acrossVincent Lefevre
2006-12-07- my_mbtowcs didn't recover from bad multibyte sequencesThomas Roessler