[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 18:56:26 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 16:46:03.000000000 -0400
+++ shadow/81050.tmp.8730 2007-04-16 18:56:26.000000000 -0400
@@ -42,6 +42,15 @@
------- Additional Comments From cedricv at neonux.com 2007-03-06 08:05 -------
Created an attachment (id=18836)
Tentative patch (working on UNIX, untested on Windows [driver.Echo always true on win32?]
+
+------- Additional Comments From fejj at novell.com 2007-04-16 18:56 -------
+Looking at the Console.cs code, I get the impression (and I could be
+wrong - I'm not the original author of this code) that since it passes
+the 'intercept' flag into ConsoleDriver.ReadKey(bool intercept) that
+ConsoleDriver.ReadKey() (or some place below it in the stack) is the
+correct place to implement the echoing.
+
+
More information about the mono-bugs
mailing list