From: John Hodge Date: Mon, 28 Nov 2011 12:13:22 +0000 (+0800) Subject: Kernel/VTerm - Why did I remove the redraw? X-Git-Tag: rel0.14~61 X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=commitdiff_plain;h=1352659ea47c594347a84dac566a4123580ddd56 Kernel/VTerm - Why did I remove the redraw? --- diff --git a/Kernel/drv/vterm.c b/Kernel/drv/vterm.c index 57ce0828..b4df6e35 100644 --- a/Kernel/drv/vterm.c +++ b/Kernel/drv/vterm.c @@ -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); } /**