]> git.eshelyaron.com Git - emacs.git/commitdiff
(bg-mouse-report): screen-height -> frame-height.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Aug 2000 20:29:14 +0000 (20:29 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Aug 2000 20:29:14 +0000 (20:29 +0000)
lisp/term/bg-mouse.el

index fee358ae25c0b3e12b0dcaeef8ee94cc75c7eb43..23c32e4cc6b9d911ec335ba7bc6ba61433f9fa7a 100644 (file)
@@ -77,7 +77,7 @@ To reinitialize the mouse if the terminal is reset, type ESC : RET"
        (bg-mouse-window (bg-window-from-x-y screen-mouse-x screen-mouse-y))
        (bg-cursor-window (selected-window))
        (edges (window-edges bg-mouse-window))
-       (minibuf-p (= screen-mouse-y (1- (screen-height))))
+       (minibuf-p (= screen-mouse-y (1- (frame-height))))
        (in-modeline-p (and (not minibuf-p)
                           (= screen-mouse-y (1- (nth 3 edges)))))
        (in-scrollbar-p (and (not minibuf-p) (not in-modeline-p)