iPXE
|
Curses Window struct. More...
#include <curses.h>
Data Fields | |
SCREEN * | scr |
screen with which window associates More... | |
attr_t | attrs |
window attributes More... | |
unsigned int | ori_x |
window origin coordinates More... | |
unsigned int | ori_y |
unsigned int | curs_x |
window cursor position More... | |
unsigned int | curs_y |
unsigned int | width |
window dimensions More... | |
unsigned int | height |
struct _curses_window * | parent |
parent window More... | |
SCREEN* _curses_window::scr |
attr_t _curses_window::attrs |
window attributes
Definition at line 93 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 97 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 97 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 |