screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

savannah bug # 10075


From: bill
Subject: savannah bug # 10075
Date: Mon, 02 Jan 2006 20:22:44 +0000
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc3 (X11/20050929)

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]