Kernel/VTerm - Why did I remove the redraw?
authorJohn Hodge <[email protected]>
Mon, 28 Nov 2011 12:13:22 +0000 (20:13 +0800)
committerJohn Hodge <[email protected]>
Mon, 28 Nov 2011 12:13:22 +0000 (20:13 +0800)
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