[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Record describing terminal window size.
Source position: oldlinux.pp line 1069
type winsize = packed record |
||
ws_row: Word; |
|
Number of rows |
ws_col: Word; |
|
Number of columns |
ws_xpixel: Word; |
|
Number of pixels in horizontal direction |
ws_ypixel: Word; |
|
Number of pixels in vertical direction |
end; |
lazarus-ccr.sourceforge.net |