summaryrefslogtreecommitdiffstats
path: root/curs_lib.c
AgeCommit message (Collapse)Author
2000-01-08patch-1.1.1.me.endwin.1, from Michael Elkins.Thomas Roessler
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-12-01A modified version of Tommi Kommulainen's imap keepalive patch.Thomas Roessler
1999-11-25Undo the IMAP keepalive patch. It has just bitten me while mutt wasThomas Roessler
trying to dotlock a folder. Seems that there needs some more work to be done.
1999-11-25A modified version of Tommi Komulainen's imap keepalive patch.Thomas Roessler
1999-11-09Fix an SLang-related compilation problem. Originally from Jon KåreThomas Roessler
Hellan.
1999-10-26Some display-related fixes from Andrej Gritsenko.Thomas Roessler
1999-09-01Fix a couple of possible compilation warnings. (Noted by "John C.Thomas Roessler
Place" <placej@ctcdist.com>.)
1999-07-26Dynamically allocate the unget buffer. Fixes Debian bug #41042.Thomas Roessler
From Gero Treuner.
1999-07-01Various patches from last week, including:Thomas Roessler
- new mh/maildir access code. - subscribe/unsubscribe - various fixes.
1999-02-11patch.mutt-0.95.1i.ld.signals.1-2.gzThomas Roessler
1999-02-10patch.mutt-0.95.1i.ld.signals.1: A major redesign of how childThomas Roessler
processes are invoked. From Liviu.
1999-01-22Enable tagging in the file browser.Thomas Roessler
1999-01-14Fix a couple of segfaults related to using curses when it isn't there.Thomas Roessler
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
when merging changes.
1998-12-17Don't even try to clear the status line when not in curses mode.Thomas Roessler
1998-12-16SLang-related fixes to mutt_endwin().Thomas Roessler
1998-11-10Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler
place. If there are still segmentation faults due to missing NONULLs over, they are gone now.
1998-11-10Fix a multi_choice related bug. From Vikas.Thomas Roessler
1998-10-28Add an IsPrint check to mutt_message() and mutt_curses_error(). ThisThomas Roessler
will prevent _some_ advert effects from l10ns which don't fit together with the terminal's abilities. There are still quite a few raw printw() etc. - we may wish to introduce our own, locale-safe versions of these.
1998-10-21Also accept numbers as input in mutt_multi_choice(). From Byrial.Thomas Roessler
1998-10-21Byrial Jensen's mutt_multi_choice() patch plus some GermanThomas Roessler
translations.
1998-10-15Change "static char rcsid[]" to "static const char rcsid[]" to makemutt-0-94-13-relThomas Roessler
gcc shut up about this.
1998-10-13Add RCS $Id$ strings to (hopefully) all source files.Thomas Roessler
1998-10-07Fix macro functions for the pager menu.Thomas Roessler
1998-10-06With slang, ERR != -1.Thomas Roessler
1998-10-05macro_function.2-3, from Vikas.Thomas Roessler
1998-10-05Make exec grok >= 1 parameters; fix double ops problem inThomas Roessler
index_menu().
1998-10-05Vikas' macro_function patch.Thomas Roessler
1998-10-02With SLang, addstr() is a macro. This means we should putThomas Roessler
additional braces around _()-style arguments.
1998-10-01Make mutt_yesorno() language sensitive.Thomas Roessler
1998-10-01Adding gettext support, based on the patch by Marco d'Itri.Thomas Roessler
1998-09-23Disable recursive invocations of the attach-message function.Thomas Roessler
1998-09-16Attached is a minor fix to mutt_getch in curs_lib.c - as of 0.93.2i,Thomas Roessler
if +'metakey' and 'timeout' were both set, mutt_getch was returning an ESC rather than -1, which resulted in 'key not bound' messages every 'timeout' seconds. (From: Tim Walberg <walberg@cig.mot.com>)
1998-09-07Clear the "Exit Mutt" prompt.Thomas Roessler
1998-09-07Fix simple patterns.Thomas Roessler
1998-08-27[patch-0.94.4i.tlr.shell_quote.1] Try to quote file nameThomas Roessler
arguments and the like for shell commands.
1998-08-25CVS branch clean-up.Thomas Roessler
1998-06-08Initial revisionThomas Roessler