X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Fdrv%2Fvterm.h;h=55eea0e5dc950b41c72be821dfe48123ea545d2a;hb=1e2978df7fa83d68e84588e9695db33aafbd601b;hp=00fbb7a6dbf0dcad4840a8618489e7fc81bb08f2;hpb=babde54b9962aad735a990c648ae3aae0ae928b4;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/drv/vterm.h b/KernelLand/Kernel/drv/vterm.h index 00fbb7a6..55eea0e5 100644 --- a/KernelLand/Kernel/drv/vterm.h +++ b/KernelLand/Kernel/drv/vterm.h @@ -75,6 +75,8 @@ struct sVTerm 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?