Kernel/VTerm - Why did I remove the redraw?
[tpg/acess2.git] / Kernel / drv / vterm.c
index 57ce082..b4df6e3 100644 (file)
@@ -875,7 +875,7 @@ void VT_SetTerminal(int ID)
        
        VT_int_UpdateCursor(gpVT_CurTerm, 1);
        // Update the screen
-//     VT_int_UpdateScreen(gpVT_CurTerm, 1);
+       VT_int_UpdateScreen(gpVT_CurTerm, 1);
 }
 
 /**

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