From d6f3a3eb44e472e68213773b4acabbdff34ae16c Mon Sep 17 00:00:00 2001 From: ComputeLinux Date: Fri, 22 Jul 2016 20:50:27 -0700 Subject: Terminal displays header --- source/WindowsFormsApplication1/Apps/Terminal.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/WindowsFormsApplication1/Apps/Terminal.cs b/source/WindowsFormsApplication1/Apps/Terminal.cs index dab400d..1aff5ae 100644 --- a/source/WindowsFormsApplication1/Apps/Terminal.cs +++ b/source/WindowsFormsApplication1/Apps/Terminal.cs @@ -96,7 +96,7 @@ namespace ShiftOS ResetTerminalFont(); StartLogCheck(); tmrsetfont.Start(); - + WriteLine("ShiftOS Alpha. (C) ShiftOS Contributors."); } @@ -512,8 +512,8 @@ namespace ShiftOS /// Time to sleep. private void BeepSleep(int time) { - //API.PlaySound(Properties.Resources.writesound); - Thread.Sleep(time); + API.PlaySound(Properties.Resources.writesound); + //Thread.Sleep(time); } private LuaInterpreter Interpreter = null; -- cgit v1.2.3