Kernel/PTYs - Fixed server-end of user closing prematurely
[tpg/acess2.git] / KernelLand / Kernel / drv / vterm_output.c
index 95a2bce..357132c 100644 (file)
@@ -7,6 +7,7 @@
  */
 #include "vterm.h"
 #include <api_drv_video.h>
+#define DEBUG  0
 
 // === CODE ===
 /**
@@ -23,6 +24,7 @@ void VT_InitOutput()
        VT_SetResolution( giVT_RealWidth, giVT_RealHeight );
        VT_SetTerminal( 0 );
        VT_SetMode( VIDEO_BUFFMT_TEXT );
+       LOG("VTerm output initialised");
 }
 
 /**

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