#include <CURSES.h>
Data Fields | |
int | dvRow |
int | dvCol |
int | x_org |
int | y_org |
int | x_size |
int | y_size |
int | row |
int | col |
void * | IO |
void * | image |
unsigned | wrap_ok:1 |
unsigned | scroll_ok:1 |
unsigned | hidden:1 |
unsigned | boxed:1 |
unsigned | Echo:1 |
unsigned | Crmode:1 |
unsigned | Nl:1 |
unsigned | Save:1 |
unsigned | attrib:8 |
Definition at line 32 of file CURSES.h.
int _window_::dvRow |
int _window_::dvCol |
int _window_::x_org |
int _window_::y_org |
int _window_::x_size |
int _window_::y_size |
int _window_::row |
int _window_::col |
void* _window_::IO |
void* _window_::image |
unsigned _window_::wrap_ok |
unsigned _window_::scroll_ok |
unsigned _window_::hidden |
unsigned _window_::boxed |
unsigned _window_::Echo |
unsigned _window_::Crmode |
unsigned _window_::Nl |
unsigned _window_::Save |
unsigned _window_::attrib |
attribute used for character writes
Definition at line 53 of file CURSES.h.
Referenced by def_ground(), newwin(), waddch(), wclrtoeol(), werase(), WinSetTitle(), and wscroll().