Parse colour commands. More...
Go to the source code of this file.
Functions | |
enum CommandResult | parse_attr_spec (struct Buffer *buf, struct Buffer *s, struct AttrColor *ac, struct Buffer *err) |
Parse an attribute description - Implements parser_callback_t -. | |
enum CommandResult | parse_color_pair (struct Buffer *buf, struct Buffer *s, struct AttrColor *ac, struct Buffer *err) |
Parse a pair of colours - Implements parser_callback_t -. | |
Variables | |
const struct Mapping | ColorNames [] |
Mapping between a colour name and an ncurses colour. | |
Parse colour commands.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file parse_color.h.
|
extern |
Mapping between a colour name and an ncurses colour.
Definition at line 41 of file parse_color.c.