Kernel/VTerm - Fixing meta-key handling
[tpg/acess2.git] / KernelLand / Kernel / drv / vterm.h
index cd37ebd..00fbb7a 100644 (file)
@@ -72,6 +72,7 @@ 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;
        
        Uint32          *Buffer;

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