[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'oldlinux' (#rtl) |
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; |
No notes exist for this page yet.