emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master b7b8e72 28/68: ace-window.el (aw-list-visual-area): improv


From: Oleh Krehel
Subject: [elpa] master b7b8e72 28/68: ace-window.el (aw-list-visual-area): improve
Date: Sat, 21 Mar 2015 19:06:57 +0000

branch: master
commit b7b8e72133f723ef372a793a361b3a038ae285fe
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    ace-window.el (aw-list-visual-area): improve
    
    Thanks to @oantolin for the suggestion in #4.
---
 ace-window.el |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/ace-window.el b/ace-window.el
index 3f5ddbe..96aa13f 100644
--- a/ace-window.el
+++ b/ace-window.el
@@ -97,8 +97,7 @@ Use M-0 `ace-window' to toggle this value."
      (let ((f (aj-visual-area-frame x)))
        (or (not (and (frame-live-p f)
                      (frame-visible-p f)))
-           (and (= (frame-height f) 10)
-                (= (frame-width f) 10))
+           (string= "initial_terminal" (terminal-name f))
            (aw-ignored-p (aj-visual-area-window x)))))
    (ace-jump-list-visual-area)))
 



reply via email to

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