perm filename EIT.2[EAL,HE] blob
sn#708979 filedate 1983-05-01 generic text, type C, neo UTF8
COMMENT ā VALID 00002 PAGES
C REC PAGE DESCRIPTION
C00001 00001
C00002 00002 {$NOMAIN Editor initialization (part of it) }
C00013 ENDMK
Cā;
{$NOMAIN Editor initialization (part of it) }
%include einit.hdr;
procedure eit; external;
procedure eit;
begin
with cursorStack[1] do begin cline:=10; ind:=20 end;
ppLines[1] := NIL;
idents[1] := NIL;
ppBufp := 0;
lbufp := 1;
firstDline := 2;
freeLines := NIL;
sysVars := NIL;
end;