Home
last modified time | relevance | path

Searched defs:_win_st (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/lib/libcurses/
H A Dcurses.h493 struct _win_st struct
495 NCURSES_SIZE_T _cury, _curx; /* current cursor position */
498 NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */
499 NCURSES_SIZE_T _begy, _begx; /* screen coords of upper-left-hand corner */
501 short _flags; /* window state flags */
504 attr_t _attrs; /* current attribute for non-space character */
505 chtype _bkgd; /* current background char/attribute pair */
508 bool _notimeout; /* no time out on function-key entry? */
509 bool _clear; /* consider all data in the window invalid? */
510 bool _leaveok; /* OK to not reset cursor on exit? */
[all …]