Skip to content

Commit

Permalink
ace-window.el (aw-list-visual-area): improve
Browse files Browse the repository at this point in the history
Thanks to @oantolin for the suggestion in #4.
  • Loading branch information
abo-abo committed Nov 19, 2014
1 parent 56d4aee commit b7b8e72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ace-window.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)))

Expand Down

0 comments on commit b7b8e72

Please sign in to comment.