NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Parse colour commands

Parse NeoMutt 'color', 'uncolor', 'mono' and 'unmono' commands.

Data

Data Description Links
ColorFields Mapping of colour names to their IDs
ComposeColorFields Mapping of compose colour names to their IDs

Functions

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