summaryrefslogtreecommitdiffstats
path: root/enter.c (follow)
Commit message (Expand)AuthorAgeLines
* Divide browser "LastDir" into separate file and mailbox locations.Kevin McCarthy2022-12-03-1/+1
* Protect prompt completion memcpy() calls with a NULL check.Kevin McCarthy2022-03-05-2/+4
* Add very basic cd path completion.Kevin McCarthy2022-01-25-3/+24
* Simplify the mutt_select_file() call for MUTT_CMD completion.Kevin McCarthy2022-01-25-2/+1
* Add memcpy on MUTT_CMD completion to invoke the file selector.Kevin McCarthy2022-01-25-0/+1
* Convert _mutt_enter_string() to use buffer expand_path function.Kevin McCarthy2020-09-06-2/+7
* Add tab-completion menu for patterns.Kevin McCarthy2020-06-25-1/+9
* Clean up Editor Menu interface inside Mutt.Kevin McCarthy2020-05-17-3/+21
* Fix attach-file tag operation to work when quitting browser.Kevin McCarthy2020-05-17-1/+9
* Separate mailbox vs buffy-incoming for the "enter_fname" functions.Kevin McCarthy2020-05-11-6/+7
* Fix __attribute__((warn_unused_result)) warning in enter.cDavid Champion2019-11-12-1/+2
* Add gcc comments for fallthrough case statements.Kevin McCarthy2019-11-10-1/+1
* Fix accidental fall-through for <quote-char> if aborted.Kevin McCarthy2019-07-25-0/+1
* Create mutt_buffer_buffy() buffer function.Kevin McCarthy2019-04-07-0/+1
* Clean up formatting.Kevin McCarthy2019-01-04-2/+4
* Clean up code indentation.Kevin McCarthy2019-01-04-23/+26
* Remove trailing whitespace.Kevin McCarthy2018-12-31-21/+21
* Change direct mutt_getch() callers to handle new mail event.Kevin McCarthy2018-06-03-1/+4
* Add history-search function, bound to ctrl-r.Kevin McCarthy2018-02-03-0/+9
* Change km_dokey() to return -2 on a timeout/sigwinch.Kevin McCarthy2017-06-01-2/+2
* Add ifdefs around new mutt_resize_screen calls.Kevin McCarthy2017-04-15-0/+2
* Change km_dokey() to pass SigWinch on for the MENU_EDITOR. (see #3877)Kevin McCarthy2017-04-05-6/+24
* Set refresh when popping the menu stack.Kevin McCarthy2017-03-26-2/+0
* Minor fix to ~y completion.Kevin McCarthy2017-01-31-1/+1
* Simplify mutt_label_complete().Kevin McCarthy2017-01-31-2/+2
* Permit tab completion of pattern expressions with ~y (labels).Kevin McCarthy2017-01-31-1/+20
* Fix the mutt_label_complete() pos parameter.Kevin McCarthy2017-01-31-1/+1
* Adds label completion.David Champion2017-01-28-0/+18
* Change M_* symbols to MUTT_*Derek Martin2016-05-09-27/+27
* Modify enter.c routines to use windows.Kevin McCarthy2016-04-27-7/+8
* Convert copyright years to all use 4 digit years.Kevin McCarthy2016-01-01-1/+1
* Update copyright notices.Kevin McCarthy2016-01-01-1/+1
* Fix memcpy buf=NULL/len=0 issue in replace_part(). (closes #3790)Kevin McCarthy2015-11-18-10/+18
* Add a scratch buffer to the history ring. (closes #3082)Kevin McCarthy2014-08-12-0/+11
* backout c1371176ea45Michael Elkins2013-04-11-3/+1
* fix various compiler warnings; most were due to unchecked return values from ...Michael Elkins2013-04-10-1/+3
* Fix some spelling errors (closes #3493)Antonio Radici2012-07-08-1/+1
* Declare many structures const (closes #3552)Dan Fandrich2011-12-03-1/+1
* make kill-eow and kill-word consistent in considering words to consist only o...Michael Elkins2011-11-28-2/+20
* Update copyrights. Closes #3016.Brendan Cully2009-01-04-2/+2
* Make some functions static.Emanuele Giaquinta2008-10-28-1/+1
* Rework timeout handling to support keepalive in the line editor.Brendan Cully2008-08-30-1/+1
* Use realpath() in mutt_pretty_mailbox() for paths that may need it.Rocco Rutte2008-07-02-1/+1
* Maintain different history lists for files and mailboxes. Closes #2999.Rocco Rutte2007-12-11-1/+3
* Make is_shell_char static. Closes #2907.Brendan Cully2007-07-16-1/+1
* add "|" to the list of shell charsMichael Elkins2007-04-07-1/+1
* "complete" function should consider shell chars to be word boundaries when do...Michael Elkins2007-04-07-1/+10
* Do not clobber string field on keypress when returning from file browser (clo...Brendan Cully2007-04-02-0/+1
* Add $history_file and $save_history, for saving command history acrossVincent Lefevre2007-02-26-2/+2
* - my_mbtowcs didn't recover from bad multibyte sequencesThomas Roessler2006-12-07-7/+21