#include <curses.h>
Public Attributes | |
| int | _cury |
| int | _curx |
| int | _maxy |
| int | _maxx |
| int | _begy |
| int | _begx |
| int | _flags |
| int | _attrs |
| int | _tabsize |
| bool | _clear |
| bool | _leave |
| bool | _scroll |
| bool | _nodelay |
| bool | _keypad |
| int ** | _line |
| int * | _minchng |
| int * | _maxchng |
| int | _regtop |
| int | _regbottom |
Definition at line 87 of file curses.h.
| int WINDOW::_attrs |
| int WINDOW::_begx |
| int WINDOW::_begy |
| int WINDOW::_curx |
| int WINDOW::_cury |
| int WINDOW::_flags |
| int** WINDOW::_line |
| int* WINDOW::_maxchng |
| int WINDOW::_maxx |
| int WINDOW::_maxy |
| int* WINDOW::_minchng |
| int WINDOW::_regtop |
| int WINDOW::_tabsize |
1.5.8