aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2000-08-16 20:29:14 +0000
committerStefan Monnier <[email protected]>2000-08-16 20:29:14 +0000
commit399ede13719f9260aad306af861ba14d245e3b78 (patch)
tree0ed9c101834d4f2274cfc5c17c56732cc26d4114
parent44946a4c9e54ff8161c4d6bbbfc16f0ff5244b23 (diff)
(bg-mouse-report): screen-height -> frame-height.
-rw-r--r--lisp/term/bg-mouse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/bg-mouse.el b/lisp/term/bg-mouse.el
index fee358ae25..23c32e4cc6 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)