#include <sys/ioctl.h>
sys/ioctl.h
structttysize
Pun for SunOS prior to 3.2. SunOS 3.2 and later support TIOCGWINSZ
and TIOCSWINSZ (yes, even 3.2-3.5, the fact that it wasn't documented
nonwithstanding).
| unsigned short | ts_lines | |
| unsigned short | ts_cols | |
| unsigned short | ts_xxx | |
| unsigned short | ts_yyy |
macroTIOCGSIZE
#define TIOCGSIZE TIOCGWINSZ
macroTIOCSSIZE
#define TIOCSSIZE TIOCSWINSZ