#include <curses.h>
Data Fields | |
| SCREEN * | scr |
| screen with which window associates | |
| attr_t | attrs |
| window attributes | |
| unsigned int | ori_x |
| window origin coordinates | |
| unsigned int | ori_y |
| unsigned int | curs_x |
| window cursor position | |
| unsigned int | curs_y |
| unsigned int | width |
| window dimensions | |
| unsigned int | height |
| struct _curses_window * | parent |
| parent window | |
Definition at line 74 of file curses.h.
window attributes
Definition at line 78 of file curses.h.
Referenced by _printw_handler(), _wgetc(), _wputc(), box(), dupwin(), getbkgd(), wattr_get(), wattroff(), wattron(), wattrset(), wcolour_set(), and wgetch().
| unsigned int _curses_window::ori_x |
| unsigned int _curses_window::ori_y |
| unsigned int _curses_window::curs_x |
window cursor position
Definition at line 82 of file curses.h.
Referenced by _store_curs_pos(), _wcursback(), _wputch(), _wupdcurs(), delwin(), dupwin(), wborder(), wclrtobot(), whline(), and wmove().
| unsigned int _curses_window::curs_y |
Definition at line 82 of file curses.h.
Referenced by _store_curs_pos(), _wcursback(), _wputch(), _wupdcurs(), delwin(), dupwin(), wborder(), wclrtobot(), wclrtoeol(), wdeleteln(), wmove(), and wvline().
| unsigned int _curses_window::width |
| unsigned int _curses_window::height |
struct _curses_window* _curses_window::parent [read] |
1.5.7.1