summaryrefslogtreecommitdiffstats
path: root/enter.c
AgeCommit message (Expand)Author
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
2006-05-18Avoid safe_free() usage and add security checksRocco Rutte
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-07-26Introduce fall-back from complete-query to complete for the editTAKAHASHI Tamotsu
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2003-09-19As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen
2003-07-16This patch redoes yesterday's unbuffered input patch. Now it uses aBrendan Cully
2003-07-14The attached patch prevents mutt from reading the push buffer whenBrendan Cully
2003-05-12Fix alias completion when the alias is entered as part of a group.Thomas Roessler
2003-04-08Try to catch a couple of cases in which parameters for malloc callsThomas Roessler
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2002-12-10Replace safe_free calls by the FREE macro.Thomas Roessler
2001-10-02Fix #801.Thomas Roessler
2001-05-30Socket API clean-up from Brendan Cully.Thomas Roessler
2001-04-13Fix KEY_ENTER. From EGE.Thomas Roessler
2001-04-09Entering multibyte characters. From Edmund Grimley Evans.Thomas Roessler
2001-01-08Let check_sec.sh check for use of the unsafe malloc, realloc, free,Thomas Roessler
2001-01-08Going through possible security problems with a fine comb. If youThomas Roessler
2001-01-03More wide-char patches from EGE.Thomas Roessler