aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorComputeLinux <[email protected]>2016-07-22 20:50:27 -0700
committerComputeLinux <[email protected]>2016-07-22 20:50:27 -0700
commitd6f3a3eb44e472e68213773b4acabbdff34ae16c (patch)
tree4812ecbefe1a23aff8481e59344bc24796661fb4
parent73b3953903d4522dbe0ce8eb61c1a9173e98bd8f (diff)
downloadshiftos-c--d6f3a3eb44e472e68213773b4acabbdff34ae16c.tar.gz
shiftos-c--d6f3a3eb44e472e68213773b4acabbdff34ae16c.tar.bz2
shiftos-c--d6f3a3eb44e472e68213773b4acabbdff34ae16c.zip
Terminal displays header
-rw-r--r--source/WindowsFormsApplication1/Apps/Terminal.cs6
1 files 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
/// <param name="time">Time to sleep.</param>
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;