[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'oldlinux' (#rtl)

winsize

Record describing terminal window size.

Declaration

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;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.