Searched defs:_win_st (Results 1 – 1 of 1) sorted by relevance
505 struct _win_st struct507 NCURSES_SIZE_T _cury, _curx; /* current cursor position */510 NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */511 NCURSES_SIZE_T _begy, _begx; /* screen coords of upper-left-hand corner */513 short _flags; /* window state flags */516 attr_t _attrs; /* current attribute for non-space character */517 chtype _bkgd; /* current background char/attribute pair */520 bool _notimeout; /* no time out on function-key entry? */521 bool _clear; /* consider all data in the window invalid? */522 bool _leaveok; /* OK to not reset cursor on exit? */[all …]