winsize Struct Reference

#include <stdapis/sys/ttycom.h>

struct winsize
Public Attributes
unsigned shortws_col
unsigned shortws_row
unsigned shortws_xpixel
unsigned shortws_ypixel

Detailed Description

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.

Member Attribute Documentation

ws_col

unsigned shortws_col

columns, in characters

ws_row

unsigned shortws_row

rows, in characters

ws_xpixel

unsigned shortws_xpixel

horizontal size, pixels

ws_ypixel

unsigned shortws_ypixel

vertical size, pixels