]> git.eshelyaron.com Git - emacs.git/commit
Fix posn-at-x-y in builds --without-x
authorEli Zaretskii <eliz@gnu.org>
Fri, 16 Oct 2020 07:02:50 +0000 (10:02 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 16 Oct 2020 07:02:50 +0000 (10:02 +0300)
commit72dd9119819eea5d8b1138e14a6010759f38366b
tree3f60f710275a6093828bb6868848dc3845d2cfb4
parentace25f206640b94d876d7d0966fcd9e512f81fc9
Fix posn-at-x-y in builds --without-x

* src/keyboard.c (make_lispy_position): Don't exclude the
window_or_frame = frame case from TTY-only builds.  Reported by
Jared Finder <jared@finder.org>.

* doc/lispref/commands.texi (Click Events): Document the format of
POSITION in click events on the frame's internal border.
doc/lispref/commands.texi
src/keyboard.c