summaryrefslogtreecommitdiffstats
path: root/curs_lib.c
AgeCommit message (Expand)Author
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
2009-08-08Abort prompt on ^C, as was the case prior to 12a6de725483Brendan Cully
2009-07-11Render blanks to spaces in index, fixes [298194c414f0]Rocco Rutte
2009-06-28Allow tabs in index subject. Closes #3270.Brendan Cully
2009-06-23Only beep when displaying error messages (unbreaks [54bc1ef602e7])Vincent Lefevre
2009-06-22Make mutt_curses_(error|message) format message to COLS chars. Closes #3278.Rocco Rutte
2009-03-19Fix progress update debug messageRocco Rutte
2008-11-15Suppress several progress messages in batch modeGary Johnson
2008-08-30Rework timeout handling to support keepalive in the line editor.Brendan Cully
2008-07-02Fix casts for progress update to prevent -ftrapv aborts to trigger. Closes #3...Rocco Rutte
2008-07-01Clamp timeval math to unsigned int to match progress timestamps.Vincent Lefevre
2008-06-26Force a resize event after calling an external editor. Closes #2207Brendan Cully
2008-05-28Make sure that the redrawing/reinitializing is done always, not onlyMoritz Schulte
2008-02-27Fix progress updates for large messages. Closes #3029.Anders Helmersson
2007-11-23Don't attempt to print progress if inc is 0, just print initial messageRocco Rutte
2007-11-08Add $time_inc to control progress update frequency.Brendan Cully
2007-11-07Suppress progress bar updates less than 250ms apart. Closes #2899.Brendan Cully
2007-11-06Add percentages to progress bar optionally supplied by caller.Rocco Rutte
2007-11-05Save value of errno across mutt_endwin() calls.Rocco Rutte
2007-09-28Make mutt_FormatString()'s string truncation multibyte awareRocco Rutte
2007-09-10Make mutt_FormatString() more multibyte-awareRocco Rutte
2007-08-16Check for lost tty if getch returns error (closes #1220)Brendan Cully
2007-07-08This patch implements the "%* " notation, which is analogous to "%> "David Champion
2007-04-02Make mutt_edit_file display error if editor return is non-zero. (closes #1638)Brendan Cully
2006-12-07- my_mbtowcs didn't recover from bad multibyte sequencesThomas Roessler