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 [EMAIL PROTECTED]

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 [EMAIL PROTECTED]  2007-02-11 22:11 -------
 Created an attachment (id=18672)
 Runtime patch for catching SIGWINCH
 
+
+------- Additional Comments From [EMAIL PROTECTED]  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);
+}
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to