]> granicus.if.org Git - neomutt/commit
merge: refactor colour handling / notifications
authorRichard Russon <rich@flatcap.org>
Tue, 8 Oct 2019 22:57:17 +0000 (23:57 +0100)
committerRichard Russon <rich@flatcap.org>
Tue, 8 Oct 2019 22:57:17 +0000 (23:57 +0100)
commit3d57f9db9024eb1ebab9d660e8f7fccc90dbfcf7
treed7d75c364d248d1c0a3432c42ba94a3efcfe2bfa
parent129d641124e89945f4f3a35bcaf1946719756756
parent7f31fec1a00f458be2d09fd52f428b5c67b7bf2c
merge: refactor colour handling / notifications

 * rename and reorder color constants
 * tidy whitespace
 * rename vars
 * convert retval to CommandResult
 * tidy code
 * rename/move function
 * do_uncolor change param to retval
 * encapsulate all the colours
 * fix max quote depth
 * encapsulate defs
 * encapsulate quoted
 * encapsulate color_list
 * move mutt_color_free
 * move parse_object
 * initialise lists
 * move color_line_new
 * move mutt_colors_free
 * deglobalise Colors
 * implement more uncolor commands
 * colour notifications
 * sort symbols
 * docs: color/uncolor