#include <iostream>
#include "Y2Log.h"
#include "ncursesw.h"
#include "NCstring.h"
Defines | |
#define | COLORS_NEED_INITIALIZATION -1 |
#define | COLORS_NOT_INITIALIZED 0 |
#define | COLORS_MONOCHROME 1 |
#define | COLORS_ARE_REALLY_THERE 2 |
Typedefs | |
typedef int(* | RIPOFFINIT )(NCursesWindow &) |
Functions | |
int | _nc_ripoffline (int, int(*init)(WINDOW *, int)) |
int | _nc_has_mouse (void) |
ostream & | operator<< (ostream &Stream, const NCursesWindow *Obj_Cv) |
ostream & | operator<< (ostream &Stream, const NCursesWindow &Obj_Cv) |
Variables | |
RIPOFFINIT | R_INIT [5] |
int | r_init_idx = 0 |
RIPOFFINIT * | prip = R_INIT |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|