Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
BSD 3-Clause "New" or "Revised" License
2.94k
stars
552
forks
source link
cannot set cursor y position #3086
Open
cabfile opened 2 months ago
Area of Cosmos - What area of Cosmos are we dealing with?
the console. im trying to put a digital clock in the top right corner
Expected Behaviour - What do you think that should happen?
the clock appears in the top right corner, and is put there right before a Console.ReadLine()
Actual Behaviour - What unexpectedly happens?
the clock appears in the correct x position but above the text/command prompt
Reproduction - How did you get this error to appear?
change the position of the cursor by changing Console.CursorTop or calling Console.SetCursorPosition()
Version - Were you using the User Kit or Dev Kit? And what User Kit version or Dev Kit commit (Cosmos, IL2CPU, X#)?
dev kit, commit 1f3bb52