]> git.eshelyaron.com Git - emacs.git/commit
Fix glitches in displaying TTY menus
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Oct 2017 11:20:42 +0000 (14:20 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Oct 2017 11:20:42 +0000 (14:20 +0300)
commit75174a632d6f296ec1905eb8ea9bda40aa239377
tree9d605667c3f48c4e2d051b22de1e7b9101e46a47
parent238fbcb20e9281fc44f4029f52cf31e0dc5b6281
Fix glitches in displaying TTY menus

* src/dispnew.c (update_frame_line): Accept an additional argument
UPDATING_MENU_P; if non-zero, home the cursor before updating a
frame's line.  All callers changed.
(update_frame_1): Accept an additional argument UPDATING_MENU_P,
and pass it to update_frame_line.  All callers changed.
(update_frame_with_menu): Call update_frame_1 with last argument
non-zero.  (Bug#17497)
src/dispnew.c