[Mono-bugs] [Bug 76805][Min] Changed - Console.ReadKey() causes
console screen to clear
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Nov 26 08:32:31 EST 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gonzalo at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76805
--- shadow/76805 2005-11-23 19:47:10.000000000 -0500
+++ shadow/76805.tmp.17368 2005-11-26 08:32:31.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 76805
Product: Mono: Class Libraries
Version: unspecified
OS: other
OS Details: Ubuntu 5.10
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: WONTFIX
Severity: Unknown
Priority: Minor
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: jaebird at gmail.com
QAContact: mono-bugs at ximian.com
@@ -32,6 +32,18 @@
How often does this happen?
Always
------- Additional Comments From robertj at gmx.net 2005-11-23 19:47 -------
--> class libs
+
+------- Additional Comments From gonzalo at ximian.com 2005-11-26 08:32 -------
+Once any of the new methods in 2.0 are used, if your terminal has the
+ability to maintain 2 separate screens, the current implementation
+will switch to the alternate screen. This way, once your program is
+done, we can restore the 'old' screen. Run 'vim' and exit to see what
+I mean.
+
+If you want more control and what is on the screen and what is not,
+just start your program with a Console.Clear().
+
+
More information about the mono-bugs
mailing list