|
|
1.1 root 1: /* This is the 386 curses window structure */
2: struct _win_st {
3: short _cury, _curx;
4: short _maxy, _maxx;
5: short _begy, _begx;
6: short _flags;
7: chtype _attrs;
8: bool _clear;
9: bool _leave;
10: bool _scroll;
11: bool _idlok;
12: bool _use_keypad; /* 0=no, 1=yes, 2=yes/timeout */
13: bool _use_meta; /* T=use the meta key */
14: bool _nodelay; /* T=don't wait for tty input */
15: chtype **_line;
16: short *_firstchar; /* First changed character in the line */
17: short *_lastchar; /* Last changed character in the line */
18: short *_numchngd; /* Number of changes made in the line */
19: short _regtop; /* Top and bottom of scrolling region */
20: short _regbottom;
21: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.