branch: master
commit b7b8e72133f723ef372a793a361b3a038ae285fe
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
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)))