[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 20:20: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=80710
--- shadow/80710 2007-04-16 19:49:58.000000000 -0400
+++ shadow/80710.tmp.10898 2007-04-16 20:20:07.000000000 -0400
@@ -100,6 +100,20 @@
Type in: a<ctrl-h>b c<ctrl-?>d
b cd
The line is: b cd
In hexadecimal the line is:
62 20 63 64
+
+------- Additional Comments From fejj at novell.com 2007-04-16 20:20 -------
+oh, btw, Ctrl-H and Backspace are treated the same (at least after my
+recent changes to TermInfoDriver.cs) on my system where Ctrl-H is set
+as the Backspace escape-sequence.
+
+Okay, so the last remaining part of this bug, then, is interpreting
+Ctrl-? as a Backspace... which I'm not sure we should do, seems
+somewhat dubious if the user's Backspace escape-sequence isn't Ctrl-?
+
+fwiw, Ctrl-? on my terminal means erase a chunk of input (8 characters?)
+
+TermInfoDriver.cs doesn't handle it like my bash shell handles Ctrl-?,
+so I'm not sure what to do about that...
More information about the mono-bugs
mailing list