Notcurses 3.0.13
a blingful library for TUIs and character graphics
Loading...
Searching...
No Matches
CellStyle.hh
Go to the documentation of this file.
1#ifndef __NCPP_NCSTYLE_HH
2#define __NCPP_NCSTYLE_HH
3
4#include <cstdint>
5
7
9
10namespace ncpp
11{
12 enum class CellStyle : uint32_t
13 {
14 None = 0,
20 };
21
23}
24#endif
#define DECLARE_ENUM_FLAG_OPERATORS(__enum_name__)
CellStyle
Definition CellStyle.hh:13
#define NCSTYLE_UNDERCURL
Definition notcurses.h:772
#define NCSTYLE_UNDERLINE
Definition notcurses.h:771
#define NCSTYLE_ITALIC
Definition notcurses.h:770
#define NCSTYLE_BOLD
Definition notcurses.h:773
#define NCSTYLE_STRUCK
Definition notcurses.h:774