X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Fdrv%2Fvterm.h;h=55eea0e5dc950b41c72be821dfe48123ea545d2a;hb=4842e2d6740bcb81da4e94019285bfd2c45425b8;hp=cd37ebd914408c35c42455fa1e7fd3dab911f20c;hpb=48743e39650eb1ef988380e9d95f27fd40d3a9ce;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/drv/vterm.h b/KernelLand/Kernel/drv/vterm.h index cd37ebd9..55eea0e5 100644 --- a/KernelLand/Kernel/drv/vterm.h +++ b/KernelLand/Kernel/drv/vterm.h @@ -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?