teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Namespaces | Macros | Functions
colors.cpp File Reference
#include "colors.h"
#include "utils.h"

Namespaces

 teditor
 

Macros

#define ADD(type)
 

Functions

bool teditor::operator== (const AttrColor &a, const AttrColor &b)
 
bool teditor::operator!= (const AttrColor &a, const AttrColor &b)
 

Macro Definition Documentation

◆ ADD

#define ADD (   type)
Value:
do { \
amap[#type] = Attr_ ## type; \
rmap[Attr_ ## type] = #type; \
} while(0)