[Mono-bugs] [Bug 80790][Nor] Changed - Console output is very slow with 2.0 (character by character)

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Feb 12 00:14:38 EST 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 robertj at gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=80790

--- shadow/80790	2007-02-11 22:11:13.000000000 -0500
+++ shadow/80790.tmp.31464	2007-02-12 00:14:38.000000000 -0500
@@ -89,6 +89,18 @@
 
 
 ------- Additional Comments From miguel at ximian.com  2007-02-11 22:11 -------
 Created an attachment (id=18672)
 Runtime patch for catching SIGWINCH
 
+
+------- Additional Comments From robertj at gmx.net  2007-02-12 00:14 -------
+This should work:
+
+static void
+sigwinch_handler (int signo)
+{
+	gint32 value = 1;
+	mono_field_static_set_value (term_info_vtable,
+need_window_dimensions_field, &value);
+}
+


More information about the mono-bugs mailing list