RecPercent update
This commit is contained in:
parent
49975e09ce
commit
0939cd3062
|
@ -553,9 +553,10 @@ Type
|
||||||
HiAttr : Byte;
|
HiAttr : Byte;
|
||||||
Format : Byte;
|
Format : Byte;
|
||||||
StartY : Byte;
|
StartY : Byte;
|
||||||
Reserved2 : Byte;
|
Active : Boolean;
|
||||||
StartX : Byte;
|
StartX : Byte;
|
||||||
Reserved : LongInt;
|
LastPos : Byte;
|
||||||
|
Reserved : Array[1..3] of Byte;
|
||||||
End;
|
End;
|
||||||
|
|
||||||
Const
|
Const
|
||||||
|
@ -646,6 +647,9 @@ Type
|
||||||
(* loaded. These files are used to store all the user information for a *)
|
(* loaded. These files are used to store all the user information for a *)
|
||||||
(* node. *)
|
(* node. *)
|
||||||
|
|
||||||
|
// need to have terminal emulation and remove baud rate
|
||||||
|
// add IP/host? change booleans to bitmap? user perm index
|
||||||
|
|
||||||
ChatRec = Record { CHATx.DAT }
|
ChatRec = Record { CHATx.DAT }
|
||||||
Active : Boolean; { Is there a user on this node? }
|
Active : Boolean; { Is there a user on this node? }
|
||||||
Name : String[30]; { User's name on this node }
|
Name : String[30]; { User's name on this node }
|
||||||
|
|
Loading…
Reference in New Issue