stumpwm-devel
[Top][All Lists]
Advanced

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

[STUMP] [PATCH] Fix no-indicator-when-one-frame-on-first-head bug.


From: John Li
Subject: [STUMP] [PATCH] Fix no-indicator-when-one-frame-on-first-head bug.
Date: Wed, 11 Jun 2008 23:52:28 -0400

Note that when there's only 1 frame on 1 head, the indicator still
isn't shown because of (eq f last) in focus-frame.
---
 message-window.lisp |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/message-window.lisp b/message-window.lisp
index 7fc91a3..0db11fc 100644
--- a/message-window.lisp
+++ b/message-window.lisp
@@ -150,9 +150,7 @@ function expects to be wrapped in a with-state for win."
   ;; FIXME: Arg, these tests are already done in show-frame-outline
   (when (find group (mapcar 'screen-current-group *screen-list*))
     (when (or force
-              (and (or (> 1 (length (tile-group-frame-tree group)))
-                       (not (atom (first (tile-group-frame-tree group)))))
-                   (not *suppress-frame-indicator*)))
+             (not *suppress-frame-indicator*))
       (let ((frame (tile-group-current-frame group))
             (w (screen-frame-window (current-screen)))
             (string *frame-indicator-text*)
-- 
1.5.5.3





reply via email to

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