[Mono-bugs] [Bug 81050][Nor] Changed - [PATCH] System.Console.ReadKey() do not have the same behavior as MS.NET
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Apr 16 19:13:07 EDT 2007
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 fejj at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81050
--- shadow/81050 2007-04-16 19:07:12.000000000 -0400
+++ shadow/81050.tmp.9179 2007-04-16 19:13:07.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 81050
Product: Mono: Class Libraries
Version: 1.2
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: System
AssignedTo: fejj at novell.com
ReportedBy: cedricv at neonux.com
QAContact: mono-bugs at ximian.com
@@ -76,6 +76,9 @@
for these 2 functions to call it explicitly. Also, by not calling
Init() explicitly, we effectively "optimize" things by having
Echo::set call Init() for us with the proper echo state, thus avoiding
2 calls to ConsoleDriver.SetEcho() to achieve the same end result.
The last reason is probably a "soptimization", but oh well :)
+
+------- Additional Comments From fejj at novell.com 2007-04-16 19:13 -------
+I've committed the above fix to svn
More information about the mono-bugs
mailing list