Kernel/VFS - Added unmount support
[tpg/acess2.git] / KernelLand / Kernel / drv / vterm.h
index cd37ebd..55eea0e 100644 (file)
@@ -72,8 +72,11 @@ struct sVTerm
         int    InputRead;      //!< Input buffer read position
         int    InputWrite;     //!< Input buffer write position
        char    InputBuffer[MAX_INPUT_CHARS8];
+       Uint32  RawScancode;    //!< last raw scancode recieved
 //     tSemaphore      InputSemaphore;
        
+       tPGID   OwningProcessGroup;     //!< The process group that owns the terminal
+
        Uint32          *Buffer;
 
        // TODO: Do I need to keep this about?

UCC git Repository :: git.ucc.asn.au