libzypp  17.35.14
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 
19 namespace ztui {
20 
21  class Config {
22  public:
23 
24  Config ();
25 
31  bool do_ttyout;
32 
37  bool do_colors;
38 
51 
52  };
53 
54 }
55 
56 #endif
ansi::Color color_change
Definition: config.h:46
ansi::Color color_promptOption
Definition: config.h:44
ansi::Color color_msgStatus
Definition: config.h:40
ansi::Color color_lowlight
Definition: config.h:49
ansi::Color color_prompt
Definition: config.h:43
bool do_ttyout
True unless output is a dumb tty or file.
Definition: config.h:31
ansi::Color color_msgError
Definition: config.h:41
ansi::Color color_positive
Definition: config.h:45
Various ways to define ansi SGR sequences.
Definition: ansi.h:172
bool do_colors
Whether to colorize the output.
Definition: config.h:37
ansi::Color color_osdebug
Definition: config.h:50
ansi::Color color_highlight
Definition: config.h:48
ansi::Color color_negative
Definition: config.h:47
ansi::Color color_result
Definition: config.h:39
ansi::Color color_msgWarning
Definition: config.h:42