[Mono-bugs] [Bug 77525][Nor] Changed - Console issues

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Apr 24 15:38:26 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=77525

--- shadow/77525	2007-04-16 16:43:50.000000000 -0400
+++ shadow/77525.tmp.23178	2007-04-24 15:38:26.000000000 -0400
@@ -55,6 +55,28 @@
 MS/Windows screenshot
 
 
 ------- Additional Comments From gonzalo at ximian.com  2006-12-25 15:32 -------
 Oh, I see. The problem is that we map the lightgrey and the grey
 (darkgrey?). xterm/gnome-terminal have 16 colors so this should be doable.
+
+------- Additional Comments From fejj at novell.com  2007-04-24 15:38 -------
+* The lines in the borders are not drawn.
+
+turns out this is because the program special-cases systems that use
+'/' as a path separator, and sets the border chars to ' ' instead of
+the normal border chars.
+
+(see Coversant.Gui/Console/Widget.cs)
+
+* There's no "fill" in the title bar.
+
+same as above (see Coversant.Gui/Console/Window.cs)
+
+* The first item in the ListView is not visible unless the focus is 
+actually in that control.
+
+this was a colour mapping problem which I have a fix for
+
+* Pressing the Del key produces some escape sequences.
+
+resolved (in one of my numerous other console fixes)


More information about the mono-bugs mailing list