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