|
|
1.1 root 1: /*
2: * Under SCO UNIX release 3.2 version 2.0 the file
3: * /usr/include/sys/ptem.h is so buggy that it crashes
4: * the compiler :-(
5: * The struct winsize is extracted from this file.
6: *
7: * 09-DEC-1991 Udo Munk
8: */
9:
10: /*
11: * Windowing structure to support JWINSIZE/TIOCSWINSZ/TIOCGWINSZ
12: */
13: struct winsize {
14: unsigned short ws_row; /* rows, in characters*/
15: unsigned short ws_col; /* columns, in character */
16: unsigned short ws_xpixel; /* horizontal size, pixels */
17: unsigned short ws_ypixel; /* vertical size, pixels */
18: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.