summaryrefslogtreecommitdiffstats
path: root/color.c
AgeCommit message (Expand)Author
2021-11-12Convert COLOR_DEFAULT constant to -1.Kevin McCarthy
2021-10-22Fix color object case insensitive comparisons.Kevin McCarthy
2021-04-15Add a check to make sure pair doesn't overflow.Kevin McCarthy
2021-04-15Fix ansi colors to use default bg/fg when not set.Kevin McCarthy
2021-04-15Use bkgrndset() as ATTRSET() backend if available.Kevin McCarthy
2021-01-10Fix check for empty colors left.Kevin McCarthy
2021-01-09Move empty color slot finding into initial compare loop.Kevin McCarthy
2021-01-09Add code to free ansi colors.Kevin McCarthy
2021-01-08Fix color overlay when HAVE_COLOR is unset.Kevin McCarthy
2020-07-21Fix cursor overlay logic.Maxim Tarasov
2020-07-20Don't increment color refcount for overlays.Kevin McCarthy
2020-07-20Add $cursor_overlay, default unset, to control overlaying.Kevin McCarthy
2020-07-20Add cursor overlay capability.Maxim Tarasov
2019-06-26Convert Commands to use the union pointer_long_t too.Kevin McCarthy
2019-04-09Convert mutt_check_simple() to accept a BUFFER parameter.Kevin McCarthy
2019-01-17Add attributes support on color declarationsMuh Muhten
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-12-29Light colors: do not do the + 8 on negative values, such as COLOR_DEFAULT.Vincent Lefevre
2018-12-29Added support for the "light" color prefix (in addition to "bright").Vincent Lefevre
2018-05-21Fix mutt_strncmp size comparison for 'uncolor header'.Kevin McCarthy
2018-02-20Improve index color cache flushing behavior.Kevin McCarthy
2017-05-03Add color commands for the compose menu headers and security status. (closes ...Kevin McCarthy
2017-03-31Remove the OPTFORCEREDRAW options.Kevin McCarthy
2016-06-04Add neomutt version of sidebar patch. (closes #3829)Richard Russon
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-01-04Prefer bright versions (8-15) of colors for brightXXX backgrounds.S. Gilles
2016-01-01Update copyright notices.Kevin McCarthy
2015-01-09Add color type for prompts.Kevin McCarthy
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
2009-05-15Make "uncolor" also work header and body objects. Closes #1046.Seth Arnold
2007-11-08Turn down some debug logging levelsBrendan Cully
2007-03-03Increase buffer for color-command regular expressions.Rado Smiljanic
2006-05-18Avoid safe_free() usage and add security checksRocco Rutte
2005-12-16Use ascii_str* instead of mutt_str* in several places where it's needed.Recai Oktas
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-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2005-01-27Support for the "default" color in Slang.Bill Nottingham
2003-09-19As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen
2003-04-08Make sure has_colors() is only invoked when OPTNOCURSES is unset.Thomas Roessler
2002-12-10Replace safe_free calls by the FREE macro.Thomas Roessler
2002-06-06Fix #1230.Michael Elkins
2001-04-26Add ascii_strcasecmp() and ascii_strncasecmp() functions which doThomas Roessler
2000-06-26Fix #173. From Roland Rosenfeld.Thomas Roessler
2000-03-07The uncolor/unmono commands weren't parsed correctly when notThomas Roessler
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-01-06Update copyright notices for unstable.Thomas Roessler