]> git.eshelyaron.com Git - emacs.git/commit
(do_pending_window_change): Add parameter `safe'.
authorGerd Moellmann <gerd@gnu.org>
Sat, 21 Aug 1999 19:29:02 +0000 (19:29 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 21 Aug 1999 19:29:02 +0000 (19:29 +0000)
commitb96fd3e81f4a8c8b9e68df026a022d9ac23c2bfc
treefc5ed6ff2ad5f37561dea3aee07c4dcc141269d7
parent3f7267e7f3218bb3e316dc58ff0895bc892cfb07
(do_pending_window_change): Add parameter `safe'.
(change_frame_size): Ditto.
(change_frame_size_1): Ditto.  Deley size changes if redisplaying
and not called from a safe place.
(window_change_signal): Call change_frame_size with new parameter.
(set_window_cursor_after_update): Do the
cursor_in_echo_area case only for a mini-window showing
a message.  Don't let cursor end up after the end of a row.
(adjust_frame_message_buffer): Removed references
to echo_area_glyphs and previous_echo_glyphs.
(direct_output_for_insert): Check for mini-window displaying
echo area message differently.
(update_frame): Likewise.
(set_window_cursor_after_update): Likewise.  In echo area,
don't try to set cursor on rows that aren't enabled.
src/dispnew.c