]> git.eshelyaron.com Git - emacs.git/commit
Initial implementation of "abort-redisplay" feature
authorEli Zaretskii <eliz@gnu.org>
Sun, 12 Jun 2022 14:25:26 +0000 (17:25 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 12 Jun 2022 14:25:26 +0000 (17:25 +0300)
commite1e0315252d9f09ed061950630fe36b96349124e
tree4160d412dfd68e1c33bcd47333dacc8d2180bb47
parent5bf409329b1b678c633c79456288a1c4d6f0e804
Initial implementation of "abort-redisplay" feature

* src/xdisp.c (update_redisplay_ticks): New function.
(init_iterator, set_iterator_to_next): Call
'update_redisplay_ticks'.
(syms_of_xdisp) <max_redisplay_ticks>: New variable.
<list_of_error>: Remove 'void-variable': it is no longer needed,
since 'calc_pixel_width_or_height' can no longer signal a
void-variable error, and it gets in the way of aborting
redisplay via 'redisplay_window_error'.
src/dispextern.h
src/xdisp.c