[Mono-bugs] [Bug 76805][Min] New - Console.ReadKey() causes console screen to clear

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Nov 23 11:37:16 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 jaebird at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76805

--- shadow/76805	2005-11-23 11:37:16.000000000 -0500
+++ shadow/76805.tmp.21471	2005-11-23 11:37:16.000000000 -0500
@@ -0,0 +1,34 @@
+Bug#: 76805
+Product: Mono: Runtime
+Version: unspecified
+OS: other
+OS Details: Ubuntu 5.10
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: jaebird at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Console.ReadKey() causes console screen to clear
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Doing the following in a console app:
+
+Console.WriteLine("Press any key to exit.");
+Console.ReadKey();
+
+causes the console to clear until the user hits a key. Using
+Console.ReadLine() works as expected. Under .NET the console window acts
+the same for both ReadLine and ReadKey
+
+How often does this happen? 
+
+Always


More information about the mono-bugs mailing list