Source position: gemdos.pas line 188
type TLINE = record
maxlen: Byte;
actuallen: Byte;
buffer: array [0..254] of Byte;
end;