Attached is a patch to fix bug #10075 on Savannah.
Common subdirectories: screen-4.0.2/doc and 10075/doc
Common subdirectories: screen-4.0.2/etc and 10075/etc
diff -u screen-4.0.2/process.c 10075/process.c
--- screen-4.0.2/process.c	2003-09-18 13:53:54.000000000 +0100
+++ 10075/process.c	2006-01-02 20:18:31.727419608 +0000
@@ -2085,7 +2085,8 @@
 	  Msg(0, "Must be on a window layer");
 	  break;
 	}
-      MarkRoutine();
+      if (fore && display && D_user)
+        MarkRoutine();
       break;
     case RC_HISTORY:
       {
Common subdirectories: screen-4.0.2/terminfo and 10075/terminfo
Common subdirectories: screen-4.0.2/utf8encodings and 10075/utf8encodings
_______________________________________________
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to