#include <fstream>
#include "Y2Log.h"
#include "NCurses.h"
#include "NCStyleDef.h"
#include "NCstyle.mono.h"
#include "NCstyle.braille.h"
#include "NCstyle.linux.h"
#include "NCstyle.xterm.h"
Defines | |
#define | PRT(t) case NCstyle::t: return #t; |
#define | IF_STYLE_INIT(n) if ( styleName == #n ) { NCstyleInit_##n( styleSet ); } |
|
|
|
|