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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
