|
|
|
| Interface status: | externallyDefinedApi |
struct winsize;
Window or terminal size structure. This information is stored by the kernel in order to provide a consistent interface, but is not used by the kernel.
Defined in winsize:
ws_colcolumns, in characters ws_rowrows, in characters ws_xpixelhorizontal size, pixels ws_ypixelvertical size, pixels | Interface status: | externallyDefinedApi | Inherited from: winsize |
unsigned short ws_row;
rows, in characters
| Interface status: | externallyDefinedApi | Inherited from: winsize |
unsigned short ws_col;
columns, in characters
| Interface status: | externallyDefinedApi | Inherited from: winsize |
unsigned short ws_xpixel;
horizontal size, pixels
| Interface status: | externallyDefinedApi | Inherited from: winsize |
unsigned short ws_ypixel;
vertical size, pixels