[Mono-bugs] [Bug 80208][Nor] Changed - backspace, ctrl-d, arrow keys broken Ironpython interactive editing
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Apr 20 19:55:47 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=80208
--- shadow/80208 2007-04-20 18:06:05.000000000 -0400
+++ shadow/80208.tmp.30206 2007-04-20 19:55:47.000000000 -0400
@@ -24,6 +24,26 @@
------- Additional Comments From anthony at interlink.com.au 2006-12-13 09:28 -------
FWIW, it's also insane (even more so) on xterm - on xterm, backspace
makes the cursor jump several lines up the terminal as well as
returning to the beginning of the line.
+
+------- Additional Comments From fejj at novell.com 2007-04-20 19:55 -------
+- the Backspace issue has been resolved (tho thanks to me testing this
+bug report, I discovered I had broken it in a different way >_<)
+
+I'm about to commit a fix for my new Backspace breakage to the 1.2.4
+branch
+
+
+- That said... ok, Ctrl-D for me is intercepted by the shell and halts
+execution of IronPython. I'm not sure how to fix that...
+
+
+- Arrow keys... hmmm this might be difficult to solve, I think,
+because we handle our own echoing, e.g. once the chars appear on the
+screen, they are in the ReadLine() buffer that we are building. This
+code might have to be rethought...
+
+actually... I might be able to hack something up for this. I smell a
+challenge :)
More information about the mono-bugs
mailing list