23#ifndef MUTT_COLOR_COMMANDS_H
24#define MUTT_COLOR_COMMANDS_H
enum CommandResult(* parser_callback_t)(const struct Command *cmd, struct Buffer *line, struct AttrColor *ac, struct Buffer *err)
void get_colorid_name(unsigned int color_id, struct Buffer *buf)
Get the name of a Colour ID.
CommandResult
Error codes for command_t parse functions.
Convenience wrapper for the core headers.
enum CommandResult parse_mono(const struct Command *cmd, struct Buffer *line, struct Buffer *err)
Parse the 'mono' command - Implements Command::parse() -.
enum CommandResult parse_unmono(const struct Command *cmd, struct Buffer *line, struct Buffer *err)
Parse the 'unmono' command - Implements Command::parse() -.
enum CommandResult parse_uncolor_command(const struct Command *cmd, struct Buffer *line, struct Buffer *err)
Parse an 'uncolor' command - Implements Command::parse() -.
enum CommandResult parse_color(const struct Command *cmd, struct Buffer *line, struct Buffer *err)
Parse the 'color' command - Implements Command::parse() -.
enum CommandResult parse_uncolor(const struct Command *cmd, struct Buffer *line, struct Buffer *err)
Parse the 'uncolor' command - Implements Command::parse() -.
Convenience wrapper for the library headers.
A curses colour and its attributes.
String manipulation buffer.