Parse NeoMutt 'color', 'uncolor', 'mono' and 'unmono' commands.
Data | Description | Links |
---|---|---|
ColorFields | Mapping of colour names to their IDs | |
ComposeColorFields | Mapping of compose colour names to their IDs |
Function | Description | Links |
---|---|---|
get_colorid_name() | Get the name of a color id | |
mutt_parse_color() | Parse the 'color' command | Command::parse(), command_parse |
mutt_parse_mono() | Parse the 'mono' command | Command::parse(), command_parse |
mutt_parse_uncolor() | Parse the 'uncolor' command | Command::parse(), command_parse |
mutt_parse_unmono() | Parse the 'unmono' command | Command::parse(), command_parse |
parse_color() | Parse a 'color' command | |
parse_object() | Identify a colour object | |
parse_uncolor() | Parse an 'uncolor' command |