diff --git a/mystic/records.pas b/mystic/records.pas
index 29a00f5..ddd7ffe 100644
--- a/mystic/records.pas
+++ b/mystic/records.pas
@@ -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        }