comparison lisp/term/sup-mouse.el @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 68c22ea6027c
comparison
equal deleted inserted replaced
52428:27bc8b966642 88123:375f2633d815
194 "Find window corresponding to frame coordinates. 194 "Find window corresponding to frame coordinates.
195 X and Y are 0-based character positions on the frame." 195 X and Y are 0-based character positions on the frame."
196 (get-window-with-predicate (lambda (w) 196 (get-window-with-predicate (lambda (w)
197 (coordinates-in-window-p (cons x y) w)))) 197 (coordinates-in-window-p (cons x y) w))))
198 198
199 ;;; arch-tag: ec644ed4-cac4-43b8-b3db-cfe83e9098d7
200 ;;; sup-mouse.el ends here 199 ;;; sup-mouse.el ends here