Source position: form.pp line 37
type TFIELD = record |
status: Word; |
rows: SmallInt; |
cols: SmallInt; |
frow: SmallInt; |
fcol: SmallInt; |
drows: LongInt; |
dcols: LongInt; |
maxgrow: LongInt; |
nrow: LongInt; |
nbuf: SmallInt; |
just: SmallInt; |
page: SmallInt; |
index: SmallInt; |
pad: LongInt; |
fore: chtype; |
back: chtype; |
opts: Field_Options; |
snext: PFIELD; |
sprev: PFIELD; |
link: PFIELD; |
form: PFORM; |
_type: PFIELDTYPE; |
arg: Pointer; |
buf: ; |
usrptr: Pointer; |
end; |