index
:
mutt
kevin/415-mbox-parsing
kevin/489-stable-iconv-build-bug
kevin/stable-isspace-fix
kevin/stable-mx-maildir-check-fix
master
stable
Mirror of https://gitlab.com/muttmua/mutt.git
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mutt_curses.h
Age
Commit message (
Expand
)
Author
2018-12-31
Remove trailing whitespace.
Kevin McCarthy
2018-11-25
Prevent trying to match a failing color body regex repeatedly.
Kevin McCarthy
2018-06-10
Move mutt_getch() timeout value into curs_lib.c
Kevin McCarthy
2018-06-03
Add new timeout functions to work with inotify monitors.
Kevin McCarthy
2017-05-03
Add color commands for the compose menu headers and security status. (closes ...
Kevin McCarthy
2017-04-27
merge stable
Kevin McCarthy
2017-04-27
Fix km_error_key() infinite loop and unget buffer pollution.
Kevin McCarthy
2017-03-26
Set refresh when popping the menu stack.
Kevin McCarthy
2016-06-04
Add neomutt version of sidebar patch. (closes #3829)
Richard Russon
2016-05-26
Fix header file indentation after M_ prefix renaming.
Kevin McCarthy
2016-05-09
Change M_* symbols to MUTT_*
Derek Martin
2016-04-27
Fix remaining direct usages of COLS/LINES to use mutt window functions.
Kevin McCarthy
2016-04-27
Modify the pager to use windows.
Kevin McCarthy
2016-04-27
Modify the menu code to use windows.
Kevin McCarthy
2016-04-27
Add window structures to use for screen layout.
Kevin McCarthy
2016-01-01
Update copyright notices.
Kevin McCarthy
2015-10-04
Create a separate macro/push/exec event buffer. (closes #3779)
Kevin McCarthy
2015-01-09
Add color type for prompts.
Kevin McCarthy
2012-12-30
make the SETCOLOR() macro use bkgdset() on systems which have it, and attrset...
Michael Elkins
2007-11-07
Suppress progress bar updates less than 250ms apart. Closes #2899.
Brendan Cully
2007-11-06
Add percentages to progress bar optionally supplied by caller.
Rocco Rutte
2007-03-03
Add $wrap, which supersedes $wrapmargin.
Brendan Cully
2006-11-28
Rename PROG_(SIZE|MSG) to M_PROGRESS_\1.
Rocco Rutte
2006-11-15
Unify size and count progress display.
Rocco Rutte
2006-07-11
Fix 2305.
Rocco Rutte
2005-10-09
Tweak ncurses autoconflation to check for ncurses/ncurses.h everywhere, not
Brendan Cully
2005-09-17
Gah, forgot the zip code when updating the FSF address...
Brendan Cully
2005-09-17
Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.
Brendan Cully
2005-09-07
Display progress meter when uploading/fetching IMAP data. Closes: #1772.
Brendan Cully
2004-06-17
This is the sequel to the crypto modularization changes I did on
Moritz Schulte
2003-07-16
This patch redoes yesterday's unbuffered input patch. Now it uses a
Brendan Cully
2003-07-14
The attached patch prevents mutt from reading the push buffer when
Brendan Cully
2002-12-11
Fix Mike's and my e-mail addresses in copyright lines.
Thomas Roessler
2002-01-28
Add ~V to match successfully verified messages.
Thomas Roessler
2001-05-31
Utf-8 support with ncurses, by Sven Verdoolaege. Thomas E. Dickey
Thomas Roessler
2000-12-06
Make the BEEP macro a bit safer. From EGE.
Thomas Roessler
2000-03-03
The FSF apparently has moved.
Thomas Roessler
2000-01-06
Update copyright notices for unstable.
Thomas Roessler
1999-01-07
Get rid of RCS ids in source files. They are getting in our way
Thomas Roessler
1998-10-15
There seem to be systems which don't know about KEY_ENTER.
Thomas Roessler
1998-10-13
Add RCS $Id$ strings to (hopefully) all source files.
Thomas Roessler
1998-10-05
Vikas' macro_function patch.
Thomas Roessler
1998-06-08
Initial revision
Thomas Roessler