libzypp 17.37.17
config.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8----------------------------------------------------------------------/
9*
10* This file contains private API, this might break at any time between releases.
11* Strictly for internal use!
12*/
13
14#ifndef ZYPP_TUI_CONFIG_INCLUDED
15#define ZYPP_TUI_CONFIG_INCLUDED
16
17#include <zypp-tui/utils/ansi.h>
18
19namespace ztui {
20
53
54}
55
56#endif
ansi::Color color_osdebug
Definition config.h:50
ansi::Color color_promptOption
Definition config.h:44
ansi::Color color_msgWarning
Definition config.h:42
ansi::Color color_highlight
Definition config.h:48
ansi::Color color_negative
Definition config.h:47
ansi::Color color_positive
Definition config.h:45
ansi::Color color_change
Definition config.h:46
bool do_colors
Whether to colorize the output.
Definition config.h:37
bool do_ttyout
True unless output is a dumb tty or file.
Definition config.h:31
ansi::Color color_lowlight
Definition config.h:49
ansi::Color color_msgStatus
Definition config.h:40
ansi::Color color_prompt
Definition config.h:43
ansi::Color color_msgError
Definition config.h:41
ansi::Color color_result
Definition config.h:39
Various ways to define ansi SGR sequences.
Definition ansi.h:173