[Mono-bugs] [Bug 80710][Nor] Changed - Console.Readline does not interpret backspace
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Apr 16 19:41:45 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=80710
--- shadow/80710 2007-04-16 16:46:31.000000000 -0400
+++ shadow/80710.tmp.9939 2007-04-16 19:41:45.000000000 -0400
@@ -79,6 +79,18 @@
you try to repro it and hit backspace, I'm not sure whether your
terminal produces ctrl-H or ctrl-?.
On MS .net, it interprets ctrl-H as backspace, but not ctrl-?. So if
you want to be binary compatible, the ctrl-H escape sequence should
work in Mono.
+
+------- Additional Comments From fejj at novell.com 2007-04-16 19:41 -------
+Type in: a<ctrl-h>b c<ctrl-?>d
+b cd
+The line is: b cd
+In hexadecimal the line is:
+ 62 20 63 1F 64
+
+
+this is what it looks like on my screen with my latest fixes.
+
+What do you get on Windows? Does it give the 1F as well? Or?
More information about the mono-bugs
mailing list