comparison src/window.h @ 1872:ad692b76edf4

* dispnew.c (remake_frame_glyphs): When re-allocating the frame's message buffer when echo_area_glyphs is pointing at it, relocate echo_area_glyphs too. Same for previous_echo_glyphs. * window.h (previous_echo_glyphs): Add extern declaration for this.
author Jim Blandy <jimb@redhat.com>
date Sun, 14 Feb 1993 14:39:09 +0000
parents 11f62e53acff
children 73ce9dd21093
comparison
equal deleted inserted replaced
1871:00bee181f7ed 1872:ad692b76edf4
223 This is what the functions error and message make, 223 This is what the functions error and message make,
224 and command echoing uses it as well. It overrides the 224 and command echoing uses it as well. It overrides the
225 minibuf_prompt as well as the buffer. */ 225 minibuf_prompt as well as the buffer. */
226 extern char *echo_area_glyphs; 226 extern char *echo_area_glyphs;
227 227
228 /* Value of echo_area_glyphs when it was last acted on.
229 If this is nonzero, there is a message on the frame
230 in the minibuffer and it should be erased as soon
231 as it is no longer requested to appear. */
232 extern char *previous_echo_glyphs;
233
228 /* Depth in recursive edits. */ 234 /* Depth in recursive edits. */
229 extern int command_loop_level; 235 extern int command_loop_level;
230 236
231 /* Depth in minibuffer invocations. */ 237 /* Depth in minibuffer invocations. */
232 extern int minibuf_level; 238 extern int minibuf_level;