Skip to content

Commit

Permalink
Tried for the last time to ri-pristinate the correct GuessOS.cs witho…
Browse files Browse the repository at this point in the history
…ut Console debug code... what is that re-merge the wrong version?
  • Loading branch information
fanoI committed Feb 28, 2016
1 parent f167ae9 commit b0facae
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Demos/Guess/GuessOS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,6 @@ protected override void BeforeRun()
//Cosmos.Core.HMI.Init();
Console.WriteLine("Cursor size is " + Console.CursorSize);
//Console.CursorSize = 75;
#if false
try {
Console.CursorSize = 101;
}
catch (Exception e)
{
Console.WriteLine("Excpeption caugt: " + e.Message);
}
#endif

//Console.CursorVisible = false;
Console.WriteLine("The cursor is " + ((Console.CursorVisible == true) ? "visible" : "not visible"));
Console.WriteLine("Guess Demo");
Console.WriteLine("Please guess a number from 1 to 100.");
}
Expand Down

0 comments on commit b0facae

Please sign in to comment.