Notcurses 3.0.13
a blingful library for TUIs and character graphics
Loading...
Searching...
No Matches
CellStyle.hh File Reference
#include <cstdint>
#include <notcurses/notcurses.h>
#include "_flag_enum_operator_helpers.hh"
Include dependency graph for CellStyle.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ncpp
 

Enumerations

enum class  CellStyle : uint32_t {
  None = 0 , Underline = NCSTYLE_UNDERLINE , Bold = NCSTYLE_BOLD , Italic = NCSTYLE_ITALIC ,
  Struck = NCSTYLE_STRUCK , Undercurl = NCSTYLE_UNDERCURL
}