window where they clicked the mouse has a header line, adjust
vertical movement by one.
+2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
+ window where they clicked the mouse has a header line, adjust
+ vertical movement by one.
+
2001-06-25 Milan Zamazal <pdm@zamazal.org>
* progmodes/glasses.el (glasses-make-readable): Consider
(progn
(select-window window)
(goto-char (window-start window))
- (move-to-window-line (cdr where))
+ (move-to-window-line (-
+ (cdr where)
+ (if (or header-line-format
+ default-header-line-format)
+ 1
+ 0)))
(move-to-column (+ (car where) (current-column)
(if (string-match "\\` \\*Minibuf"
(buffer-name))