summaryrefslogtreecommitdiffstats
path: root/curs_lib.c
AgeCommit message (Expand)Author
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
2006-11-28Rename PROG_(SIZE|MSG) to M_PROGRESS_\1.Rocco Rutte
2006-11-15Unify size and count progress display.Rocco Rutte
2006-10-03Clear the progress bar when the current operation has completed.Rocco Rutte
2005-10-03fix a problem that appears with signatures without newline.TAKAHASHI Tamotsu
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-09-12Teach pop driver about mutt_progress_bar. Allow progress bar to omit totalBrendan Cully
2005-09-10A pair of small optimisations to the progress bar.Brendan Cully
2005-09-08ifdef USE_SOCKET around mutt_progress_bar.Brendan Cully
2005-09-07Ensure progress bar rounds to $net_inc.Brendan Cully
2005-09-07Display progress meter when uploading/fetching IMAP data. Closes: #1772.Brendan Cully
2005-08-07Reuse mutt_get_field for mutt_get_field_unbuffered.Brendan Cully
2005-08-07Make username prompts unbuffered like password prompts are (no moreBrendan Cully
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2005-01-27Add terminal newline when it lacks after editing a message.TAKAHASHI Tamotsu
2004-06-17This is the sequel to the crypto modularization changes I did onMoritz Schulte
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-07-04Introduce tag-prefix-cond and end-cond. This makes simpleNicolas Rachinsky
2003-01-09A recent change causes all mutt_yesorno prompts to come out asDavid Shaw
2003-01-05Fix a number of invocations of mutt_yesorno(): Always explicitly useArmin Wolfermann
2002-12-09Fix #1390. Based on a patch submitted earlier by Edmund GrimleyAnders Helmersson
2002-12-06Fixing a number of traditional malloc calls which have made theirThomas Roessler
2002-11-14Fix #1388.Michael Elkins
2002-07-26The attached patch fixes mutt_yesorno() so that the question will beMichael Elkins
2002-01-24S/MIME nits.Thomas Roessler
2001-10-10Rename pad_char to m_pad_char - AIX curses have a macro calledThomas Roessler
2001-08-06Here's a fix to allow (n)curses versions to work with some terminfoThomas Roessler
2001-02-12Fix '?' in the file name dialogue. Fixes #468, #465.Thomas Roessler
2001-02-08Replace various instances of endwin() by mutt_endwin(). This shouldThomas Roessler
2001-01-08Fix and/or check more fishy code.Thomas Roessler
2000-12-31Make browser behaviour more consistent with expectations.Thomas Roessler
2000-12-08Remove an unnecessary ENTER_STATE allocation.Thomas Roessler
2000-12-08Make _mutt_enter_string() re-entrant.Thomas Roessler
2000-12-08Make the line editor utf-8 friendly. First take from Edmund GrimleyThomas Roessler
2000-11-21Introduce mutt_curses_message/mutt_nocurses_message. From Olaf Kirch.Thomas Roessler
2000-11-18Remove an unnecessary include statement.Thomas Roessler
2000-10-17Fix pager and index display when non-printable space characters areThomas Roessler