summaryrefslogtreecommitdiffstats
path: root/curs_lib.c
AgeCommit message (Expand)Author
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
2000-10-16nl_langinfo({YES,NO}EXPR) may return an _extended_ regularThomas Roessler
2000-10-07Display fixes from EGE.Thomas Roessler
2000-10-02patch-1.3.9.bj.yesno.1Thomas Roessler
2000-09-07Make the use of nl_langinfo(YESEXPR/NOEXPR) more robust. ProblemThomas Roessler
2000-08-29The next version of Byrial Jensen's yesorno patch, this time withoutThomas Roessler
2000-08-29Use locale for yes/no expressions.Thomas Roessler
2000-08-28This patch moves hdr_format_s from hdrline.c to curs_lib.c and renamesEdmund GRIMLEY EVANS
2000-08-06Return an exit value of 1 if mutt is left via ctrl-c. From AndreThomas Roessler
2000-07-24Replace wctomb and mbtowc with wcrtomb and mbrtowc. From TAKIZAWAThomas Roessler
2000-05-25Somewhat different sigsegv fix suggested by EGE.Thomas Roessler
2000-05-20String conversion patch from EGE.Thomas Roessler
2000-05-12wide-character related patches. From Edmund Grimley Evans.Thomas Roessler
2000-05-09Edmund Grimley Evans' UTF-8 patch.Thomas Roessler
2000-03-03The FSF apparently has moved.Thomas Roessler
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
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
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
1999-07-26Dynamically allocate the unget buffer. Fixes Debian bug #41042.Thomas Roessler
1999-07-01Various patches from last week, including:Thomas Roessler
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
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
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
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
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
1998-10-15Change "static char rcsid[]" to "static const char rcsid[]" to makemutt-0-94-13-relThomas Roessler
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