Kernel/VTerm - Fix scroll in alt buffer
[tpg/acess2.git] / KernelLand / Kernel / drv / vterm_termbuf.c
index 4902cd8..fed577a 100644 (file)
@@ -5,7 +5,7 @@
  * drv/vterm_termbuf.c
  * - Virtual Terminal - Terminal buffer manipulation
  */
-#define DEBUG  1
+#define DEBUG  0
 #define DEBUG_CHECKHEAP        0
 #include "vterm.h"
 
@@ -176,6 +176,8 @@ void VT_int_PutChar(tVTerm *Term, Uint32 Ch)
 
        HEAP_VALIDATE();
        
+       // TODO: Schedule a delayed screen update
+       
        //LEAVE('-');
 }
 

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