Terminal - Adding some (slightly buggy) xterm features
[tpg/acess2.git] / KernelLand / Kernel / drv / vterm.h
index 8526426..4ca241b 100644 (file)
@@ -46,6 +46,8 @@ struct sVTerm
 {
         int    Mode;   //!< Current Mode (see ::eTplTerminal_Modes)
         int    Flags;  //!< Flags (see VT_FLAG_*)
+
+       void    *VT100Info;
        
        short   Width;  //!< Virtual Width
        short   Height; //!< Virtual Height

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