From: Stefan Monnier Date: Wed, 16 Aug 2000 20:29:14 +0000 (+0000) Subject: (bg-mouse-report): screen-height -> frame-height. X-Git-Tag: emacs-pretest-21.0.90~2238 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=399ede13719f9260aad306af861ba14d245e3b78;p=emacs.git (bg-mouse-report): screen-height -> frame-height. --- diff --git a/lisp/term/bg-mouse.el b/lisp/term/bg-mouse.el index fee358ae25c..23c32e4cc6b 100644 --- a/lisp/term/bg-mouse.el +++ b/lisp/term/bg-mouse.el @@ -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)