[Mono-bugs] [Bug 80710][Nor] Changed - Console.Readline does not interpret backspace

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Feb 3 18:34:19 EST 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 miguel at ximian.com.

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

--- shadow/80710	2007-02-02 22:30:24.000000000 -0500
+++ shadow/80710.tmp.31716	2007-02-03 18:34:19.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 80710
 Product: Mono: Class Libraries
 Version: 1.2
 OS: GNU/Linux [Other]
 OS Details: FC5 64bit
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: kstemen at centeris.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -47,6 +47,22 @@
 
 Expected Results:
 The text output should read "b d". The hexadecimal output should be 62 20 64.
 
 How often does this happen? 
 Always
+
+------- Additional Comments From miguel at ximian.com  2007-02-03 18:34 -------
+You should not be sending C-H or C-? manually
+
+You should be using your terminal's backspace key.
+
+Mono has two modes of operation, in 1.0 and 2.0 without the new
+console activated (it gets activated when you use any of the new 2.0
+APIs) it will let the kernel do the reading.
+
+When the 2.0 console is activated, it will internally map the terminal
+configured backspace character into backspace, according to Unix rules.
+
+If you send escape sequences manually, you will get the wrong behavior.
+
+


More information about the mono-bugs mailing list