1 /* Updating of data structures for redisplay.
2 Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995,
3 1997, 1998, 1999, 2000, 2001, 2002, 2003,
4 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
6 This file is part of GNU Emacs.
8 GNU Emacs is free software: you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation, either version 3 of the License, or
11 (at your option) any later version.
13 GNU Emacs is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
34 /* cm.h must come after dispextern.h on Windows. */
35 #include "dispextern.h"
38 #include "character.h"
41 #include "termhooks.h"
46 #include "intervals.h"
47 #include "blockinput.h"
50 #include "syssignal.h"
54 #endif /* HAVE_X_WINDOWS */
58 #endif /* HAVE_NTGUI */
64 /* Include systime.h after xterm.h to avoid double inclusion of time.h. */
69 /* To get the prototype for `sleep'. */
75 /* Get number of chars of output now in the buffer of a stdio stream.
76 This ought to be built in in stdio, but it isn't. Some s- files
77 override this because their stdio internals differ. */
79 #ifdef __GNU_LIBRARY__
81 /* The s- file might have overridden the definition with one that
82 works for the system's C library. But we are using the GNU C
83 library, so this is the right definition for every system. */
85 #ifdef GNU_LIBRARY_PENDING_OUTPUT_COUNT
86 #define PENDING_OUTPUT_COUNT GNU_LIBRARY_PENDING_OUTPUT_COUNT
88 #undef PENDING_OUTPUT_COUNT
89 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->__bufp - (FILE)->__buffer)
91 #else /* not __GNU_LIBRARY__ */
92 #if !defined (PENDING_OUTPUT_COUNT) && HAVE_STDIO_EXT_H && HAVE___FPENDING
93 #include <stdio_ext.h>
94 #define PENDING_OUTPUT_COUNT(FILE) __fpending (FILE)
96 #ifndef PENDING_OUTPUT_COUNT
97 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)
99 #endif /* not __GNU_LIBRARY__ */
101 #if defined(HAVE_TERM_H) && defined (GNU_LINUX) && defined (HAVE_LIBNCURSES)
102 #include <term.h> /* for tgetent */
105 /* Structure to pass dimensions around. Used for character bounding
106 boxes, glyph matrix dimensions and alike. */
115 /* Function prototypes. */
117 static struct glyph_matrix
*save_current_matrix
P_ ((struct frame
*));
118 static void restore_current_matrix
P_ ((struct frame
*, struct glyph_matrix
*));
119 static int showing_window_margins_p
P_ ((struct window
*));
120 static void fake_current_matrices
P_ ((Lisp_Object
));
121 static void redraw_overlapping_rows
P_ ((struct window
*, int));
122 static void redraw_overlapped_rows
P_ ((struct window
*, int));
123 static int count_blanks
P_ ((struct glyph
*, int));
124 static int count_match
P_ ((struct glyph
*, struct glyph
*,
125 struct glyph
*, struct glyph
*));
126 static unsigned line_draw_cost
P_ ((struct glyph_matrix
*, int));
127 static void update_frame_line
P_ ((struct frame
*, int));
128 static struct dim allocate_matrices_for_frame_redisplay
129 P_ ((Lisp_Object
, int, int, int, int *));
130 static void allocate_matrices_for_window_redisplay
P_ ((struct window
*));
131 static int realloc_glyph_pool
P_ ((struct glyph_pool
*, struct dim
));
132 static void adjust_frame_glyphs
P_ ((struct frame
*));
133 struct glyph_matrix
*new_glyph_matrix
P_ ((struct glyph_pool
*));
134 static void free_glyph_matrix
P_ ((struct glyph_matrix
*));
135 static void adjust_glyph_matrix
P_ ((struct window
*, struct glyph_matrix
*,
136 int, int, struct dim
));
137 static void change_frame_size_1
P_ ((struct frame
*, int, int, int, int, int));
138 static void swap_glyph_pointers
P_ ((struct glyph_row
*, struct glyph_row
*));
140 static int glyph_row_slice_p
P_ ((struct glyph_row
*, struct glyph_row
*));
142 static void fill_up_frame_row_with_spaces
P_ ((struct glyph_row
*, int));
143 static void build_frame_matrix_from_window_tree
P_ ((struct glyph_matrix
*,
145 static void build_frame_matrix_from_leaf_window
P_ ((struct glyph_matrix
*,
147 static struct glyph_pool
*new_glyph_pool
P_ ((void));
148 static void free_glyph_pool
P_ ((struct glyph_pool
*));
149 static void adjust_frame_glyphs_initially
P_ ((void));
150 static void adjust_frame_message_buffer
P_ ((struct frame
*));
151 static void adjust_decode_mode_spec_buffer
P_ ((struct frame
*));
152 static void fill_up_glyph_row_with_spaces
P_ ((struct glyph_row
*));
153 static void build_frame_matrix
P_ ((struct frame
*));
154 void clear_current_matrices
P_ ((struct frame
*));
155 void scroll_glyph_matrix_range
P_ ((struct glyph_matrix
*, int, int,
157 static void clear_window_matrices
P_ ((struct window
*, int));
158 static void fill_up_glyph_row_area_with_spaces
P_ ((struct glyph_row
*, int));
159 static int scrolling_window
P_ ((struct window
*, int));
160 static int update_window_line
P_ ((struct window
*, int, int *));
161 static void update_marginal_area
P_ ((struct window
*, int, int));
162 static int update_text_area
P_ ((struct window
*, int));
163 static void make_current
P_ ((struct glyph_matrix
*, struct glyph_matrix
*,
165 static void mirror_make_current
P_ ((struct window
*, int));
166 void check_window_matrix_pointers
P_ ((struct window
*));
168 static void check_matrix_pointers
P_ ((struct glyph_matrix
*,
169 struct glyph_matrix
*));
171 static void mirror_line_dance
P_ ((struct window
*, int, int, int *, char *));
172 static int update_window_tree
P_ ((struct window
*, int));
173 static int update_window
P_ ((struct window
*, int));
174 static int update_frame_1
P_ ((struct frame
*, int, int));
175 static void set_window_cursor_after_update
P_ ((struct window
*));
176 static int row_equal_p
P_ ((struct window
*, struct glyph_row
*,
177 struct glyph_row
*, int));
178 static void adjust_frame_glyphs_for_window_redisplay
P_ ((struct frame
*));
179 static void adjust_frame_glyphs_for_frame_redisplay
P_ ((struct frame
*));
180 static void reverse_rows
P_ ((struct glyph_matrix
*, int, int));
181 static int margin_glyphs_to_reserve
P_ ((struct window
*, int, Lisp_Object
));
182 static void sync_window_with_frame_matrix_rows
P_ ((struct window
*));
183 struct window
*frame_row_to_window
P_ ((struct window
*, int));
186 /* Non-zero means don't pause redisplay for pending input. (This is
187 for debugging and for a future implementation of EDT-like
190 int redisplay_dont_pause
;
192 /* Define PERIODIC_PREEMPTION_CHECKING to 1, if micro-second timers
193 are supported, so we can check for input during redisplay at
194 regular intervals. */
195 #ifdef EMACS_HAS_USECS
196 #define PERIODIC_PREEMPTION_CHECKING 1
198 #define PERIODIC_PREEMPTION_CHECKING 0
201 #if PERIODIC_PREEMPTION_CHECKING
203 /* If a number (float), check for user input every N seconds. */
205 Lisp_Object Vredisplay_preemption_period
;
207 /* Redisplay preemption timers. */
209 static EMACS_TIME preemption_period
;
210 static EMACS_TIME preemption_next_check
;
214 /* Nonzero upon entry to redisplay means do not assume anything about
215 current contents of actual terminal frame; clear and redraw it. */
219 /* Nonzero means last display completed. Zero means it was preempted. */
221 int display_completed
;
223 /* Lisp variable visible-bell; enables use of screen-flash instead of
228 /* Invert the color of the whole frame, at a low level. */
232 /* Line speed of the terminal. */
236 /* Either nil or a symbol naming the window system under which Emacs
237 creates the first frame. */
239 Lisp_Object Vinitial_window_system
;
241 /* Version number of X windows: 10, 11 or nil. */
243 Lisp_Object Vwindow_system_version
;
245 /* Vector of glyph definitions. Indexed by glyph number, the contents
246 are a string which is how to output the glyph.
248 If Vglyph_table is nil, a glyph is output by using its low 8 bits
251 This is an obsolete feature that is no longer used. The variable
252 is retained for compatibility. */
254 Lisp_Object Vglyph_table
;
256 /* Display table to use for vectors that don't specify their own. */
258 Lisp_Object Vstandard_display_table
;
260 /* Nonzero means reading single-character input with prompt so put
261 cursor on mini-buffer after the prompt. Positive means at end of
262 text in echo area; negative means at beginning of line. */
264 int cursor_in_echo_area
;
266 Lisp_Object Qdisplay_table
, Qredisplay_dont_pause
;
269 /* The currently selected frame. In a single-frame version, this
270 variable always equals the_only_frame. */
272 Lisp_Object selected_frame
;
274 /* A frame which is not just a mini-buffer, or 0 if there are no such
275 frames. This is usually the most recent such frame that was
276 selected. In a single-frame version, this variable always holds
277 the address of the_only_frame. */
279 struct frame
*last_nonminibuf_frame
;
281 /* 1 means SIGWINCH happened when not safe. */
283 int delayed_size_change
;
285 /* 1 means glyph initialization has been completed at startup. */
287 static int glyphs_initialized_initially_p
;
289 /* Updated window if != 0. Set by update_window. */
291 struct window
*updated_window
;
293 /* Glyph row updated in update_window_line, and area that is updated. */
295 struct glyph_row
*updated_row
;
298 /* A glyph for a space. */
300 struct glyph space_glyph
;
302 /* Counts of allocated structures. These counts serve to diagnose
303 memory leaks and double frees. */
305 int glyph_matrix_count
;
306 int glyph_pool_count
;
308 /* If non-null, the frame whose frame matrices are manipulated. If
309 null, window matrices are worked on. */
311 static struct frame
*frame_matrix_frame
;
313 /* Non-zero means that fonts have been loaded since the last glyph
314 matrix adjustments. Redisplay must stop, and glyph matrices must
315 be adjusted when this flag becomes non-zero during display. The
316 reason fonts can be loaded so late is that fonts of fontsets are
317 loaded on demand. Another reason is that a line contains many
318 characters displayed by zero width or very narrow glyphs of
319 variable-width fonts. */
323 /* Convert vpos and hpos from frame to window and vice versa.
324 This may only be used for terminal frames. */
328 static int window_to_frame_vpos
P_ ((struct window
*, int));
329 static int window_to_frame_hpos
P_ ((struct window
*, int));
330 #define WINDOW_TO_FRAME_VPOS(W, VPOS) window_to_frame_vpos ((W), (VPOS))
331 #define WINDOW_TO_FRAME_HPOS(W, HPOS) window_to_frame_hpos ((W), (HPOS))
333 /* One element of the ring buffer containing redisplay history
336 struct redisplay_history
338 char trace
[512 + 100];
341 /* The size of the history buffer. */
343 #define REDISPLAY_HISTORY_SIZE 30
345 /* The redisplay history buffer. */
347 static struct redisplay_history redisplay_history
[REDISPLAY_HISTORY_SIZE
];
349 /* Next free entry in redisplay_history. */
351 static int history_idx
;
353 /* A tick that's incremented each time something is added to the
356 static unsigned history_tick
;
358 static void add_frame_display_history
P_ ((struct frame
*, int));
359 static void add_window_display_history
P_ ((struct window
*, char *, int));
361 /* Add to the redisplay history how window W has been displayed.
362 MSG is a trace containing the information how W's glyph matrix
363 has been constructed. PAUSED_P non-zero means that the update
364 has been interrupted for pending input. */
367 add_window_display_history (w
, msg
, paused_p
)
374 if (history_idx
>= REDISPLAY_HISTORY_SIZE
)
376 buf
= redisplay_history
[history_idx
].trace
;
379 sprintf (buf
, "%d: window %p (`%s')%s\n",
382 ((BUFFERP (w
->buffer
)
383 && STRINGP (XBUFFER (w
->buffer
)->name
))
384 ? (char *) SDATA (XBUFFER (w
->buffer
)->name
)
386 paused_p
? " ***paused***" : "");
391 /* Add to the redisplay history that frame F has been displayed.
392 PAUSED_P non-zero means that the update has been interrupted for
396 add_frame_display_history (f
, paused_p
)
402 if (history_idx
>= REDISPLAY_HISTORY_SIZE
)
404 buf
= redisplay_history
[history_idx
].trace
;
407 sprintf (buf
, "%d: update frame %p%s",
409 f
, paused_p
? " ***paused***" : "");
413 DEFUN ("dump-redisplay-history", Fdump_redisplay_history
,
414 Sdump_redisplay_history
, 0, 0, "",
415 doc
: /* Dump redisplay history to stderr. */)
420 for (i
= history_idx
- 1; i
!= history_idx
; --i
)
423 i
= REDISPLAY_HISTORY_SIZE
- 1;
424 fprintf (stderr
, "%s\n", redisplay_history
[i
].trace
);
431 #else /* GLYPH_DEBUG == 0 */
433 #define WINDOW_TO_FRAME_VPOS(W, VPOS) ((VPOS) + WINDOW_TOP_EDGE_LINE (W))
434 #define WINDOW_TO_FRAME_HPOS(W, HPOS) ((HPOS) + WINDOW_LEFT_EDGE_COL (W))
436 #endif /* GLYPH_DEBUG == 0 */
439 /* Like bcopy except never gets confused by overlap. Let this be the
440 first function defined in this file, or change emacs.c where the
441 address of this function is used. */
444 safe_bcopy (from
, to
, size
)
449 if (size
<= 0 || from
== to
)
452 /* If the source and destination don't overlap, then bcopy can
453 handle it. If they do overlap, but the destination is lower in
454 memory than the source, we'll assume bcopy can handle that. */
455 if (to
< from
|| from
+ size
<= to
)
456 bcopy (from
, to
, size
);
458 /* Otherwise, we'll copy from the end. */
461 register const char *endf
= from
+ size
;
462 register char *endt
= to
+ size
;
464 /* If TO - FROM is large, then we should break the copy into
465 nonoverlapping chunks of TO - FROM bytes each. However, if
466 TO - FROM is small, then the bcopy function call overhead
467 makes this not worth it. The crossover point could be about
468 anywhere. Since I don't think the obvious copy loop is too
469 bad, I'm trying to err in its favor. */
474 while (endf
!= from
);
486 bcopy (endf
, endt
, to
- from
);
489 /* If SIZE wasn't a multiple of TO - FROM, there will be a
490 little left over. The amount left over is (endt + (to -
491 from)) - to, which is endt - from. */
492 bcopy (from
, to
, endt
- from
);
499 /***********************************************************************
501 ***********************************************************************/
503 /* Allocate and return a glyph_matrix structure. POOL is the glyph
504 pool from which memory for the matrix should be allocated, or null
505 for window-based redisplay where no glyph pools are used. The
506 member `pool' of the glyph matrix structure returned is set to
507 POOL, the structure is otherwise zeroed. */
509 struct glyph_matrix
*
510 new_glyph_matrix (pool
)
511 struct glyph_pool
*pool
;
513 struct glyph_matrix
*result
;
515 /* Allocate and clear. */
516 result
= (struct glyph_matrix
*) xmalloc (sizeof *result
);
517 bzero (result
, sizeof *result
);
519 /* Increment number of allocated matrices. This count is used
520 to detect memory leaks. */
521 ++glyph_matrix_count
;
523 /* Set pool and return. */
529 /* Free glyph matrix MATRIX. Passing in a null MATRIX is allowed.
531 The global counter glyph_matrix_count is decremented when a matrix
532 is freed. If the count gets negative, more structures were freed
533 than allocated, i.e. one matrix was freed more than once or a bogus
534 pointer was passed to this function.
536 If MATRIX->pool is null, this means that the matrix manages its own
537 glyph memory---this is done for matrices on X frames. Freeing the
538 matrix also frees the glyph memory in this case. */
541 free_glyph_matrix (matrix
)
542 struct glyph_matrix
*matrix
;
548 /* Detect the case that more matrices are freed than were
550 if (--glyph_matrix_count
< 0)
553 /* Free glyph memory if MATRIX owns it. */
554 if (matrix
->pool
== NULL
)
555 for (i
= 0; i
< matrix
->rows_allocated
; ++i
)
556 xfree (matrix
->rows
[i
].glyphs
[LEFT_MARGIN_AREA
]);
558 /* Free row structures and the matrix itself. */
559 xfree (matrix
->rows
);
565 /* Return the number of glyphs to reserve for a marginal area of
566 window W. TOTAL_GLYPHS is the number of glyphs in a complete
567 display line of window W. MARGIN gives the width of the marginal
568 area in canonical character units. MARGIN should be an integer
572 margin_glyphs_to_reserve (w
, total_glyphs
, margin
)
579 if (NUMBERP (margin
))
581 int width
= XFASTINT (w
->total_cols
);
582 double d
= max (0, XFLOATINT (margin
));
583 d
= min (width
/ 2 - 1, d
);
584 n
= (int) ((double) total_glyphs
/ width
* d
);
593 /* Adjust glyph matrix MATRIX on window W or on a frame to changed
596 W is null if the function is called for a frame glyph matrix.
597 Otherwise it is the window MATRIX is a member of. X and Y are the
598 indices of the first column and row of MATRIX within the frame
599 matrix, if such a matrix exists. They are zero for purely
600 window-based redisplay. DIM is the needed size of the matrix.
602 In window-based redisplay, where no frame matrices exist, glyph
603 matrices manage their own glyph storage. Otherwise, they allocate
604 storage from a common frame glyph pool which can be found in
607 The reason for this memory management strategy is to avoid complete
608 frame redraws if possible. When we allocate from a common pool, a
609 change of the location or size of a sub-matrix within the pool
610 requires a complete redisplay of the frame because we cannot easily
611 make sure that the current matrices of all windows still agree with
612 what is displayed on the screen. While this is usually fast, it
613 leads to screen flickering. */
616 adjust_glyph_matrix (w
, matrix
, x
, y
, dim
)
618 struct glyph_matrix
*matrix
;
624 int marginal_areas_changed_p
= 0;
625 int header_line_changed_p
= 0;
626 int header_line_p
= 0;
627 int left
= -1, right
= -1;
628 int window_width
= -1, window_height
= -1;
630 /* See if W had a header line that has disappeared now, or vice versa.
634 window_box (w
, -1, 0, 0, &window_width
, &window_height
);
636 header_line_p
= WINDOW_WANTS_HEADER_LINE_P (w
);
637 header_line_changed_p
= header_line_p
!= matrix
->header_line_p
;
639 matrix
->header_line_p
= header_line_p
;
641 /* If POOL is null, MATRIX is a window matrix for window-based redisplay.
642 Do nothing if MATRIX' size, position, vscroll, and marginal areas
643 haven't changed. This optimization is important because preserving
644 the matrix means preventing redisplay. */
645 if (matrix
->pool
== NULL
)
647 left
= margin_glyphs_to_reserve (w
, dim
.width
, w
->left_margin_cols
);
648 right
= margin_glyphs_to_reserve (w
, dim
.width
, w
->right_margin_cols
);
649 xassert (left
>= 0 && right
>= 0);
650 marginal_areas_changed_p
= (left
!= matrix
->left_margin_glyphs
651 || right
!= matrix
->right_margin_glyphs
);
653 if (!marginal_areas_changed_p
655 && !header_line_changed_p
656 && matrix
->window_left_col
== WINDOW_LEFT_EDGE_COL (w
)
657 && matrix
->window_top_line
== WINDOW_TOP_EDGE_LINE (w
)
658 && matrix
->window_height
== window_height
659 && matrix
->window_vscroll
== w
->vscroll
660 && matrix
->window_width
== window_width
)
664 /* Enlarge MATRIX->rows if necessary. New rows are cleared. */
665 if (matrix
->rows_allocated
< dim
.height
)
667 int size
= dim
.height
* sizeof (struct glyph_row
);
668 new_rows
= dim
.height
- matrix
->rows_allocated
;
669 matrix
->rows
= (struct glyph_row
*) xrealloc (matrix
->rows
, size
);
670 bzero (matrix
->rows
+ matrix
->rows_allocated
,
671 new_rows
* sizeof *matrix
->rows
);
672 matrix
->rows_allocated
= dim
.height
;
677 /* If POOL is not null, MATRIX is a frame matrix or a window matrix
678 on a frame not using window-based redisplay. Set up pointers for
679 each row into the glyph pool. */
682 xassert (matrix
->pool
->glyphs
);
686 left
= margin_glyphs_to_reserve (w
, dim
.width
,
687 w
->left_margin_cols
);
688 right
= margin_glyphs_to_reserve (w
, dim
.width
,
689 w
->right_margin_cols
);
694 for (i
= 0; i
< dim
.height
; ++i
)
696 struct glyph_row
*row
= &matrix
->rows
[i
];
698 row
->glyphs
[LEFT_MARGIN_AREA
]
699 = (matrix
->pool
->glyphs
700 + (y
+ i
) * matrix
->pool
->ncolumns
704 || row
== matrix
->rows
+ dim
.height
- 1
705 || (row
== matrix
->rows
&& matrix
->header_line_p
))
707 row
->glyphs
[TEXT_AREA
]
708 = row
->glyphs
[LEFT_MARGIN_AREA
];
709 row
->glyphs
[RIGHT_MARGIN_AREA
]
710 = row
->glyphs
[TEXT_AREA
] + dim
.width
;
711 row
->glyphs
[LAST_AREA
]
712 = row
->glyphs
[RIGHT_MARGIN_AREA
];
716 row
->glyphs
[TEXT_AREA
]
717 = row
->glyphs
[LEFT_MARGIN_AREA
] + left
;
718 row
->glyphs
[RIGHT_MARGIN_AREA
]
719 = row
->glyphs
[TEXT_AREA
] + dim
.width
- left
- right
;
720 row
->glyphs
[LAST_AREA
]
721 = row
->glyphs
[LEFT_MARGIN_AREA
] + dim
.width
;
725 matrix
->left_margin_glyphs
= left
;
726 matrix
->right_margin_glyphs
= right
;
730 /* If MATRIX->pool is null, MATRIX is responsible for managing
731 its own memory. It is a window matrix for window-based redisplay.
732 Allocate glyph memory from the heap. */
733 if (dim
.width
> matrix
->matrix_w
735 || header_line_changed_p
736 || marginal_areas_changed_p
)
738 struct glyph_row
*row
= matrix
->rows
;
739 struct glyph_row
*end
= row
+ matrix
->rows_allocated
;
743 row
->glyphs
[LEFT_MARGIN_AREA
]
744 = (struct glyph
*) xrealloc (row
->glyphs
[LEFT_MARGIN_AREA
],
746 * sizeof (struct glyph
)));
748 /* The mode line never has marginal areas. */
749 if (row
== matrix
->rows
+ dim
.height
- 1
750 || (row
== matrix
->rows
&& matrix
->header_line_p
))
752 row
->glyphs
[TEXT_AREA
]
753 = row
->glyphs
[LEFT_MARGIN_AREA
];
754 row
->glyphs
[RIGHT_MARGIN_AREA
]
755 = row
->glyphs
[TEXT_AREA
] + dim
.width
;
756 row
->glyphs
[LAST_AREA
]
757 = row
->glyphs
[RIGHT_MARGIN_AREA
];
761 row
->glyphs
[TEXT_AREA
]
762 = row
->glyphs
[LEFT_MARGIN_AREA
] + left
;
763 row
->glyphs
[RIGHT_MARGIN_AREA
]
764 = row
->glyphs
[TEXT_AREA
] + dim
.width
- left
- right
;
765 row
->glyphs
[LAST_AREA
]
766 = row
->glyphs
[LEFT_MARGIN_AREA
] + dim
.width
;
772 xassert (left
>= 0 && right
>= 0);
773 matrix
->left_margin_glyphs
= left
;
774 matrix
->right_margin_glyphs
= right
;
777 /* Number of rows to be used by MATRIX. */
778 matrix
->nrows
= dim
.height
;
779 xassert (matrix
->nrows
>= 0);
783 if (matrix
== w
->current_matrix
)
785 /* Mark rows in a current matrix of a window as not having
786 valid contents. It's important to not do this for
787 desired matrices. When Emacs starts, it may already be
788 building desired matrices when this function runs. */
789 if (window_width
< 0)
790 window_width
= window_box_width (w
, -1);
792 /* Optimize the case that only the height has changed (C-x 2,
793 upper window). Invalidate all rows that are no longer part
795 if (!marginal_areas_changed_p
796 && !header_line_changed_p
798 && dim
.width
== matrix
->matrix_w
799 && matrix
->window_left_col
== WINDOW_LEFT_EDGE_COL (w
)
800 && matrix
->window_top_line
== WINDOW_TOP_EDGE_LINE (w
)
801 && matrix
->window_width
== window_width
)
803 /* Find the last row in the window. */
804 for (i
= 0; i
< matrix
->nrows
&& matrix
->rows
[i
].enabled_p
; ++i
)
805 if (MATRIX_ROW_BOTTOM_Y (matrix
->rows
+ i
) >= window_height
)
811 /* Window end is invalid, if inside of the rows that
812 are invalidated below. */
813 if (INTEGERP (w
->window_end_vpos
)
814 && XFASTINT (w
->window_end_vpos
) >= i
)
815 w
->window_end_valid
= Qnil
;
817 while (i
< matrix
->nrows
)
818 matrix
->rows
[i
++].enabled_p
= 0;
822 for (i
= 0; i
< matrix
->nrows
; ++i
)
823 matrix
->rows
[i
].enabled_p
= 0;
826 else if (matrix
== w
->desired_matrix
)
828 /* Rows in desired matrices always have to be cleared;
829 redisplay expects this is the case when it runs, so it
830 had better be the case when we adjust matrices between
832 for (i
= 0; i
< matrix
->nrows
; ++i
)
833 matrix
->rows
[i
].enabled_p
= 0;
838 /* Remember last values to be able to optimize frame redraws. */
839 matrix
->matrix_x
= x
;
840 matrix
->matrix_y
= y
;
841 matrix
->matrix_w
= dim
.width
;
842 matrix
->matrix_h
= dim
.height
;
844 /* Record the top y location and height of W at the time the matrix
845 was last adjusted. This is used to optimize redisplay above. */
848 matrix
->window_left_col
= WINDOW_LEFT_EDGE_COL (w
);
849 matrix
->window_top_line
= WINDOW_TOP_EDGE_LINE (w
);
850 matrix
->window_height
= window_height
;
851 matrix
->window_width
= window_width
;
852 matrix
->window_vscroll
= w
->vscroll
;
857 /* Reverse the contents of rows in MATRIX between START and END. The
858 contents of the row at END - 1 end up at START, END - 2 at START +
859 1 etc. This is part of the implementation of rotate_matrix (see
863 reverse_rows (matrix
, start
, end
)
864 struct glyph_matrix
*matrix
;
869 for (i
= start
, j
= end
- 1; i
< j
; ++i
, --j
)
871 /* Non-ISO HP/UX compiler doesn't like auto struct
873 struct glyph_row temp
;
874 temp
= matrix
->rows
[i
];
875 matrix
->rows
[i
] = matrix
->rows
[j
];
876 matrix
->rows
[j
] = temp
;
881 /* Rotate the contents of rows in MATRIX in the range FIRST .. LAST -
882 1 by BY positions. BY < 0 means rotate left, i.e. towards lower
883 indices. (Note: this does not copy glyphs, only glyph pointers in
884 row structures are moved around).
886 The algorithm used for rotating the vector was, I believe, first
887 described by Kernighan. See the vector R as consisting of two
888 sub-vectors AB, where A has length BY for BY >= 0. The result
889 after rotating is then BA. Reverse both sub-vectors to get ArBr
890 and reverse the result to get (ArBr)r which is BA. Similar for
894 rotate_matrix (matrix
, first
, last
, by
)
895 struct glyph_matrix
*matrix
;
900 /* Up (rotate left, i.e. towards lower indices). */
902 reverse_rows (matrix
, first
, first
+ by
);
903 reverse_rows (matrix
, first
+ by
, last
);
904 reverse_rows (matrix
, first
, last
);
908 /* Down (rotate right, i.e. towards higher indices). */
909 reverse_rows (matrix
, last
- by
, last
);
910 reverse_rows (matrix
, first
, last
- by
);
911 reverse_rows (matrix
, first
, last
);
916 /* Increment buffer positions in glyph rows of MATRIX. Do it for rows
917 with indices START <= index < END. Increment positions by DELTA/
921 increment_matrix_positions (matrix
, start
, end
, delta
, delta_bytes
)
922 struct glyph_matrix
*matrix
;
923 int start
, end
, delta
, delta_bytes
;
925 /* Check that START and END are reasonable values. */
926 xassert (start
>= 0 && start
<= matrix
->nrows
);
927 xassert (end
>= 0 && end
<= matrix
->nrows
);
928 xassert (start
<= end
);
930 for (; start
< end
; ++start
)
931 increment_row_positions (matrix
->rows
+ start
, delta
, delta_bytes
);
935 /* Enable a range of rows in glyph matrix MATRIX. START and END are
936 the row indices of the first and last + 1 row to enable. If
937 ENABLED_P is non-zero, enabled_p flags in rows will be set to 1. */
940 enable_glyph_matrix_rows (matrix
, start
, end
, enabled_p
)
941 struct glyph_matrix
*matrix
;
945 xassert (start
<= end
);
946 xassert (start
>= 0 && start
< matrix
->nrows
);
947 xassert (end
>= 0 && end
<= matrix
->nrows
);
949 for (; start
< end
; ++start
)
950 matrix
->rows
[start
].enabled_p
= enabled_p
!= 0;
956 This empties all rows in MATRIX by setting the enabled_p flag for
957 all rows of the matrix to zero. The function prepare_desired_row
958 will eventually really clear a row when it sees one with a zero
961 Resets update hints to defaults value. The only update hint
962 currently present is the flag MATRIX->no_scrolling_p. */
965 clear_glyph_matrix (matrix
)
966 struct glyph_matrix
*matrix
;
970 enable_glyph_matrix_rows (matrix
, 0, matrix
->nrows
, 0);
971 matrix
->no_scrolling_p
= 0;
976 /* Shift part of the glyph matrix MATRIX of window W up or down.
977 Increment y-positions in glyph rows between START and END by DY,
978 and recompute their visible height. */
981 shift_glyph_matrix (w
, matrix
, start
, end
, dy
)
983 struct glyph_matrix
*matrix
;
988 xassert (start
<= end
);
989 xassert (start
>= 0 && start
< matrix
->nrows
);
990 xassert (end
>= 0 && end
<= matrix
->nrows
);
992 min_y
= WINDOW_HEADER_LINE_HEIGHT (w
);
993 max_y
= WINDOW_BOX_HEIGHT_NO_MODE_LINE (w
);
995 for (; start
< end
; ++start
)
997 struct glyph_row
*row
= &matrix
->rows
[start
];
1000 row
->visible_height
= row
->height
;
1003 row
->visible_height
-= min_y
- row
->y
;
1004 if (row
->y
+ row
->height
> max_y
)
1005 row
->visible_height
-= row
->y
+ row
->height
- max_y
;
1010 /* Mark all rows in current matrices of frame F as invalid. Marking
1011 invalid is done by setting enabled_p to zero for all rows in a
1015 clear_current_matrices (f
)
1016 register struct frame
*f
;
1018 /* Clear frame current matrix, if we have one. */
1019 if (f
->current_matrix
)
1020 clear_glyph_matrix (f
->current_matrix
);
1022 /* Clear the matrix of the menu bar window, if such a window exists.
1023 The menu bar window is currently used to display menus on X when
1024 no toolkit support is compiled in. */
1025 if (WINDOWP (f
->menu_bar_window
))
1026 clear_glyph_matrix (XWINDOW (f
->menu_bar_window
)->current_matrix
);
1028 /* Clear the matrix of the tool-bar window, if any. */
1029 if (WINDOWP (f
->tool_bar_window
))
1030 clear_glyph_matrix (XWINDOW (f
->tool_bar_window
)->current_matrix
);
1032 /* Clear current window matrices. */
1033 xassert (WINDOWP (FRAME_ROOT_WINDOW (f
)));
1034 clear_window_matrices (XWINDOW (FRAME_ROOT_WINDOW (f
)), 0);
1038 /* Clear out all display lines of F for a coming redisplay. */
1041 clear_desired_matrices (f
)
1042 register struct frame
*f
;
1044 if (f
->desired_matrix
)
1045 clear_glyph_matrix (f
->desired_matrix
);
1047 if (WINDOWP (f
->menu_bar_window
))
1048 clear_glyph_matrix (XWINDOW (f
->menu_bar_window
)->desired_matrix
);
1050 if (WINDOWP (f
->tool_bar_window
))
1051 clear_glyph_matrix (XWINDOW (f
->tool_bar_window
)->desired_matrix
);
1053 /* Do it for window matrices. */
1054 xassert (WINDOWP (FRAME_ROOT_WINDOW (f
)));
1055 clear_window_matrices (XWINDOW (FRAME_ROOT_WINDOW (f
)), 1);
1059 /* Clear matrices in window tree rooted in W. If DESIRED_P is
1060 non-zero clear desired matrices, otherwise clear current matrices. */
1063 clear_window_matrices (w
, desired_p
)
1069 if (!NILP (w
->hchild
))
1071 xassert (WINDOWP (w
->hchild
));
1072 clear_window_matrices (XWINDOW (w
->hchild
), desired_p
);
1074 else if (!NILP (w
->vchild
))
1076 xassert (WINDOWP (w
->vchild
));
1077 clear_window_matrices (XWINDOW (w
->vchild
), desired_p
);
1082 clear_glyph_matrix (w
->desired_matrix
);
1085 clear_glyph_matrix (w
->current_matrix
);
1086 w
->window_end_valid
= Qnil
;
1090 w
= NILP (w
->next
) ? 0 : XWINDOW (w
->next
);
1096 /***********************************************************************
1099 See dispextern.h for an overall explanation of glyph rows.
1100 ***********************************************************************/
1102 /* Clear glyph row ROW. Do it in a way that makes it robust against
1103 changes in the glyph_row structure, i.e. addition or removal of
1104 structure members. */
1106 static struct glyph_row null_row
;
1109 clear_glyph_row (row
)
1110 struct glyph_row
*row
;
1112 struct glyph
*p
[1 + LAST_AREA
];
1114 /* Save pointers. */
1115 p
[LEFT_MARGIN_AREA
] = row
->glyphs
[LEFT_MARGIN_AREA
];
1116 p
[TEXT_AREA
] = row
->glyphs
[TEXT_AREA
];
1117 p
[RIGHT_MARGIN_AREA
] = row
->glyphs
[RIGHT_MARGIN_AREA
];
1118 p
[LAST_AREA
] = row
->glyphs
[LAST_AREA
];
1123 /* Restore pointers. */
1124 row
->glyphs
[LEFT_MARGIN_AREA
] = p
[LEFT_MARGIN_AREA
];
1125 row
->glyphs
[TEXT_AREA
] = p
[TEXT_AREA
];
1126 row
->glyphs
[RIGHT_MARGIN_AREA
] = p
[RIGHT_MARGIN_AREA
];
1127 row
->glyphs
[LAST_AREA
] = p
[LAST_AREA
];
1129 #if 0 /* At some point, some bit-fields of struct glyph were not set,
1130 which made glyphs unequal when compared with GLYPH_EQUAL_P.
1131 Redisplay outputs such glyphs, and flickering effects were
1132 the result. This also depended on the contents of memory
1133 returned by xmalloc. If flickering happens again, activate
1134 the code below. If the flickering is gone with that, chances
1135 are that the flickering has the same reason as here. */
1136 bzero (p
[0], (char *) p
[LAST_AREA
] - (char *) p
[0]);
1141 /* Make ROW an empty, enabled row of canonical character height,
1142 in window W starting at y-position Y. */
1145 blank_row (w
, row
, y
)
1147 struct glyph_row
*row
;
1152 min_y
= WINDOW_HEADER_LINE_HEIGHT (w
);
1153 max_y
= WINDOW_BOX_HEIGHT_NO_MODE_LINE (w
);
1155 clear_glyph_row (row
);
1157 row
->ascent
= row
->phys_ascent
= 0;
1158 row
->height
= row
->phys_height
= FRAME_LINE_HEIGHT (XFRAME (w
->frame
));
1159 row
->visible_height
= row
->height
;
1162 row
->visible_height
-= min_y
- row
->y
;
1163 if (row
->y
+ row
->height
> max_y
)
1164 row
->visible_height
-= row
->y
+ row
->height
- max_y
;
1170 /* Increment buffer positions in glyph row ROW. DELTA and DELTA_BYTES
1171 are the amounts by which to change positions. Note that the first
1172 glyph of the text area of a row can have a buffer position even if
1173 the used count of the text area is zero. Such rows display line
1177 increment_row_positions (row
, delta
, delta_bytes
)
1178 struct glyph_row
*row
;
1179 int delta
, delta_bytes
;
1183 /* Increment start and end positions. */
1184 MATRIX_ROW_START_CHARPOS (row
) += delta
;
1185 MATRIX_ROW_START_BYTEPOS (row
) += delta_bytes
;
1186 MATRIX_ROW_END_CHARPOS (row
) += delta
;
1187 MATRIX_ROW_END_BYTEPOS (row
) += delta_bytes
;
1188 CHARPOS (row
->start
.pos
) += delta
;
1189 BYTEPOS (row
->start
.pos
) += delta_bytes
;
1190 CHARPOS (row
->end
.pos
) += delta
;
1191 BYTEPOS (row
->end
.pos
) += delta_bytes
;
1193 if (!row
->enabled_p
)
1196 /* Increment positions in glyphs. */
1197 for (area
= 0; area
< LAST_AREA
; ++area
)
1198 for (i
= 0; i
< row
->used
[area
]; ++i
)
1199 if (BUFFERP (row
->glyphs
[area
][i
].object
)
1200 && row
->glyphs
[area
][i
].charpos
> 0)
1201 row
->glyphs
[area
][i
].charpos
+= delta
;
1203 /* Capture the case of rows displaying a line end. */
1204 if (row
->used
[TEXT_AREA
] == 0
1205 && MATRIX_ROW_DISPLAYS_TEXT_P (row
))
1206 row
->glyphs
[TEXT_AREA
]->charpos
+= delta
;
1211 /* Swap glyphs between two glyph rows A and B. This exchanges glyph
1212 contents, i.e. glyph structure contents are exchanged between A and
1213 B without changing glyph pointers in A and B. */
1216 swap_glyphs_in_rows (a
, b
)
1217 struct glyph_row
*a
, *b
;
1221 for (area
= 0; area
< LAST_AREA
; ++area
)
1223 /* Number of glyphs to swap. */
1224 int max_used
= max (a
->used
[area
], b
->used
[area
]);
1226 /* Start of glyphs in area of row A. */
1227 struct glyph
*glyph_a
= a
->glyphs
[area
];
1229 /* End + 1 of glyphs in area of row A. */
1230 struct glyph
*glyph_a_end
= a
->glyphs
[max_used
];
1232 /* Start of glyphs in area of row B. */
1233 struct glyph
*glyph_b
= b
->glyphs
[area
];
1235 while (glyph_a
< glyph_a_end
)
1237 /* Non-ISO HP/UX compiler doesn't like auto struct
1241 *glyph_a
= *glyph_b
;
1251 /* Exchange pointers to glyph memory between glyph rows A and B. */
1254 swap_glyph_pointers (a
, b
)
1255 struct glyph_row
*a
, *b
;
1258 for (i
= 0; i
< LAST_AREA
+ 1; ++i
)
1260 struct glyph
*temp
= a
->glyphs
[i
];
1261 a
->glyphs
[i
] = b
->glyphs
[i
];
1262 b
->glyphs
[i
] = temp
;
1267 /* Copy glyph row structure FROM to glyph row structure TO, except
1268 that glyph pointers in the structures are left unchanged. */
1271 copy_row_except_pointers (to
, from
)
1272 struct glyph_row
*to
, *from
;
1274 struct glyph
*pointers
[1 + LAST_AREA
];
1276 /* Save glyph pointers of TO. */
1277 bcopy (to
->glyphs
, pointers
, sizeof to
->glyphs
);
1279 /* Do a structure assignment. */
1282 /* Restore original pointers of TO. */
1283 bcopy (pointers
, to
->glyphs
, sizeof to
->glyphs
);
1287 /* Copy contents of glyph row FROM to glyph row TO. Glyph pointers in
1288 TO and FROM are left unchanged. Glyph contents are copied from the
1289 glyph memory of FROM to the glyph memory of TO. Increment buffer
1290 positions in row TO by DELTA/ DELTA_BYTES. */
1293 copy_glyph_row_contents (to
, from
, delta
, delta_bytes
)
1294 struct glyph_row
*to
, *from
;
1295 int delta
, delta_bytes
;
1299 /* This is like a structure assignment TO = FROM, except that
1300 glyph pointers in the rows are left unchanged. */
1301 copy_row_except_pointers (to
, from
);
1303 /* Copy glyphs from FROM to TO. */
1304 for (area
= 0; area
< LAST_AREA
; ++area
)
1305 if (from
->used
[area
])
1306 bcopy (from
->glyphs
[area
], to
->glyphs
[area
],
1307 from
->used
[area
] * sizeof (struct glyph
));
1309 /* Increment buffer positions in TO by DELTA. */
1310 increment_row_positions (to
, delta
, delta_bytes
);
1314 /* Assign glyph row FROM to glyph row TO. This works like a structure
1315 assignment TO = FROM, except that glyph pointers are not copied but
1316 exchanged between TO and FROM. Pointers must be exchanged to avoid
1320 assign_row (to
, from
)
1321 struct glyph_row
*to
, *from
;
1323 swap_glyph_pointers (to
, from
);
1324 copy_row_except_pointers (to
, from
);
1328 /* Test whether the glyph memory of the glyph row WINDOW_ROW, which is
1329 a row in a window matrix, is a slice of the glyph memory of the
1330 glyph row FRAME_ROW which is a row in a frame glyph matrix. Value
1331 is non-zero if the glyph memory of WINDOW_ROW is part of the glyph
1332 memory of FRAME_ROW. */
1337 glyph_row_slice_p (window_row
, frame_row
)
1338 struct glyph_row
*window_row
, *frame_row
;
1340 struct glyph
*window_glyph_start
= window_row
->glyphs
[0];
1341 struct glyph
*frame_glyph_start
= frame_row
->glyphs
[0];
1342 struct glyph
*frame_glyph_end
= frame_row
->glyphs
[LAST_AREA
];
1344 return (frame_glyph_start
<= window_glyph_start
1345 && window_glyph_start
< frame_glyph_end
);
1348 #endif /* GLYPH_DEBUG */
1352 /* Find the row in the window glyph matrix WINDOW_MATRIX being a slice
1353 of ROW in the frame matrix FRAME_MATRIX. Value is null if no row
1354 in WINDOW_MATRIX is found satisfying the condition. */
1356 static struct glyph_row
*
1357 find_glyph_row_slice (window_matrix
, frame_matrix
, row
)
1358 struct glyph_matrix
*window_matrix
, *frame_matrix
;
1363 xassert (row
>= 0 && row
< frame_matrix
->nrows
);
1365 for (i
= 0; i
< window_matrix
->nrows
; ++i
)
1366 if (glyph_row_slice_p (window_matrix
->rows
+ i
,
1367 frame_matrix
->rows
+ row
))
1370 return i
< window_matrix
->nrows
? window_matrix
->rows
+ i
: 0;
1375 /* Prepare ROW for display. Desired rows are cleared lazily,
1376 i.e. they are only marked as to be cleared by setting their
1377 enabled_p flag to zero. When a row is to be displayed, a prior
1378 call to this function really clears it. */
1381 prepare_desired_row (row
)
1382 struct glyph_row
*row
;
1384 if (!row
->enabled_p
)
1386 unsigned rp
= row
->reversed_p
;
1388 clear_glyph_row (row
);
1390 row
->reversed_p
= rp
;
1395 /* Return a hash code for glyph row ROW. */
1398 line_hash_code (row
)
1399 struct glyph_row
*row
;
1405 struct glyph
*glyph
= row
->glyphs
[TEXT_AREA
];
1406 struct glyph
*end
= glyph
+ row
->used
[TEXT_AREA
];
1410 int c
= glyph
->u
.ch
;
1411 int face_id
= glyph
->face_id
;
1412 if (FRAME_MUST_WRITE_SPACES (SELECTED_FRAME ())) /* XXX Is SELECTED_FRAME OK here? */
1414 hash
= (((hash
<< 4) + (hash
>> 24)) & 0x0fffffff) + c
;
1415 hash
= (((hash
<< 4) + (hash
>> 24)) & 0x0fffffff) + face_id
;
1427 /* Return the cost of drawing line VPOS in MATRIX. The cost equals
1428 the number of characters in the line. If must_write_spaces is
1429 zero, leading and trailing spaces are ignored. */
1432 line_draw_cost (matrix
, vpos
)
1433 struct glyph_matrix
*matrix
;
1436 struct glyph_row
*row
= matrix
->rows
+ vpos
;
1437 struct glyph
*beg
= row
->glyphs
[TEXT_AREA
];
1438 struct glyph
*end
= beg
+ row
->used
[TEXT_AREA
];
1440 Lisp_Object
*glyph_table_base
= GLYPH_TABLE_BASE
;
1441 int glyph_table_len
= GLYPH_TABLE_LENGTH
;
1443 /* Ignore trailing and leading spaces if we can. */
1444 if (!FRAME_MUST_WRITE_SPACES (SELECTED_FRAME ())) /* XXX Is SELECTED_FRAME OK here? */
1446 /* Skip from the end over trailing spaces. */
1447 while (end
> beg
&& CHAR_GLYPH_SPACE_P (*(end
- 1)))
1450 /* All blank line. */
1454 /* Skip over leading spaces. */
1455 while (CHAR_GLYPH_SPACE_P (*beg
))
1459 /* If we don't have a glyph-table, each glyph is one character,
1460 so return the number of glyphs. */
1461 if (glyph_table_base
== 0)
1465 /* Otherwise, scan the glyphs and accumulate their total length
1472 SET_GLYPH_FROM_CHAR_GLYPH (g
, *beg
);
1474 if (GLYPH_INVALID_P (g
)
1475 || GLYPH_SIMPLE_P (glyph_table_base
, glyph_table_len
, g
))
1478 len
+= GLYPH_LENGTH (glyph_table_base
, g
);
1488 /* Test two glyph rows A and B for equality. Value is non-zero if A
1489 and B have equal contents. W is the window to which the glyphs
1490 rows A and B belong. It is needed here to test for partial row
1491 visibility. MOUSE_FACE_P non-zero means compare the mouse_face_p
1492 flags of A and B, too. */
1495 row_equal_p (w
, a
, b
, mouse_face_p
)
1497 struct glyph_row
*a
, *b
;
1502 else if (a
->hash
!= b
->hash
)
1506 struct glyph
*a_glyph
, *b_glyph
, *a_end
;
1509 if (mouse_face_p
&& a
->mouse_face_p
!= b
->mouse_face_p
)
1512 /* Compare glyphs. */
1513 for (area
= LEFT_MARGIN_AREA
; area
< LAST_AREA
; ++area
)
1515 if (a
->used
[area
] != b
->used
[area
])
1518 a_glyph
= a
->glyphs
[area
];
1519 a_end
= a_glyph
+ a
->used
[area
];
1520 b_glyph
= b
->glyphs
[area
];
1522 while (a_glyph
< a_end
1523 && GLYPH_EQUAL_P (a_glyph
, b_glyph
))
1524 ++a_glyph
, ++b_glyph
;
1526 if (a_glyph
!= a_end
)
1530 if (a
->fill_line_p
!= b
->fill_line_p
1531 || a
->cursor_in_fringe_p
!= b
->cursor_in_fringe_p
1532 || a
->left_fringe_bitmap
!= b
->left_fringe_bitmap
1533 || a
->left_fringe_face_id
!= b
->left_fringe_face_id
1534 || a
->right_fringe_bitmap
!= b
->right_fringe_bitmap
1535 || a
->right_fringe_face_id
!= b
->right_fringe_face_id
1536 || a
->overlay_arrow_bitmap
!= b
->overlay_arrow_bitmap
1537 || a
->exact_window_width_line_p
!= b
->exact_window_width_line_p
1538 || a
->overlapped_p
!= b
->overlapped_p
1539 || (MATRIX_ROW_CONTINUATION_LINE_P (a
)
1540 != MATRIX_ROW_CONTINUATION_LINE_P (b
))
1541 || a
->reversed_p
!= b
->reversed_p
1542 /* Different partially visible characters on left margin. */
1544 /* Different height. */
1545 || a
->ascent
!= b
->ascent
1546 || a
->phys_ascent
!= b
->phys_ascent
1547 || a
->phys_height
!= b
->phys_height
1548 || a
->visible_height
!= b
->visible_height
)
1557 /***********************************************************************
1560 See dispextern.h for an overall explanation of glyph pools.
1561 ***********************************************************************/
1563 /* Allocate a glyph_pool structure. The structure returned is
1564 initialized with zeros. The global variable glyph_pool_count is
1565 incremented for each pool allocated. */
1567 static struct glyph_pool
*
1570 struct glyph_pool
*result
;
1572 /* Allocate a new glyph_pool and clear it. */
1573 result
= (struct glyph_pool
*) xmalloc (sizeof *result
);
1574 bzero (result
, sizeof *result
);
1576 /* For memory leak and double deletion checking. */
1583 /* Free a glyph_pool structure POOL. The function may be called with
1584 a null POOL pointer. The global variable glyph_pool_count is
1585 decremented with every pool structure freed. If this count gets
1586 negative, more structures were freed than allocated, i.e. one
1587 structure must have been freed more than once or a bogus pointer
1588 was passed to free_glyph_pool. */
1591 free_glyph_pool (pool
)
1592 struct glyph_pool
*pool
;
1596 /* More freed than allocated? */
1598 xassert (glyph_pool_count
>= 0);
1600 xfree (pool
->glyphs
);
1606 /* Enlarge a glyph pool POOL. MATRIX_DIM gives the number of rows and
1607 columns we need. This function never shrinks a pool. The only
1608 case in which this would make sense, would be when a frame's size
1609 is changed from a large value to a smaller one. But, if someone
1610 does it once, we can expect that he will do it again.
1612 Value is non-zero if the pool changed in a way which makes
1613 re-adjusting window glyph matrices necessary. */
1616 realloc_glyph_pool (pool
, matrix_dim
)
1617 struct glyph_pool
*pool
;
1618 struct dim matrix_dim
;
1623 changed_p
= (pool
->glyphs
== 0
1624 || matrix_dim
.height
!= pool
->nrows
1625 || matrix_dim
.width
!= pool
->ncolumns
);
1627 /* Enlarge the glyph pool. */
1628 needed
= matrix_dim
.width
* matrix_dim
.height
;
1629 if (needed
> pool
->nglyphs
)
1631 int size
= needed
* sizeof (struct glyph
);
1634 pool
->glyphs
= (struct glyph
*) xrealloc (pool
->glyphs
, size
);
1637 pool
->glyphs
= (struct glyph
*) xmalloc (size
);
1638 bzero (pool
->glyphs
, size
);
1641 pool
->nglyphs
= needed
;
1644 /* Remember the number of rows and columns because (a) we use them
1645 to do sanity checks, and (b) the number of columns determines
1646 where rows in the frame matrix start---this must be available to
1647 determine pointers to rows of window sub-matrices. */
1648 pool
->nrows
= matrix_dim
.height
;
1649 pool
->ncolumns
= matrix_dim
.width
;
1656 /***********************************************************************
1658 ***********************************************************************/
1663 /* Flush standard output. This is sometimes useful to call from the debugger.
1664 XXX Maybe this should be changed to flush the current terminal instead of
1675 /* Check that no glyph pointers have been lost in MATRIX. If a
1676 pointer has been lost, e.g. by using a structure assignment between
1677 rows, at least one pointer must occur more than once in the rows of
1681 check_matrix_pointer_lossage (matrix
)
1682 struct glyph_matrix
*matrix
;
1686 for (i
= 0; i
< matrix
->nrows
; ++i
)
1687 for (j
= 0; j
< matrix
->nrows
; ++j
)
1689 || (matrix
->rows
[i
].glyphs
[TEXT_AREA
]
1690 != matrix
->rows
[j
].glyphs
[TEXT_AREA
]));
1694 /* Get a pointer to glyph row ROW in MATRIX, with bounds checks. */
1697 matrix_row (matrix
, row
)
1698 struct glyph_matrix
*matrix
;
1701 xassert (matrix
&& matrix
->rows
);
1702 xassert (row
>= 0 && row
< matrix
->nrows
);
1704 /* That's really too slow for normal testing because this function
1705 is called almost everywhere. Although---it's still astonishingly
1706 fast, so it is valuable to have for debugging purposes. */
1708 check_matrix_pointer_lossage (matrix
);
1711 return matrix
->rows
+ row
;
1715 #if 0 /* This function makes invalid assumptions when text is
1716 partially invisible. But it might come handy for debugging
1719 /* Check invariants that must hold for an up to date current matrix of
1723 check_matrix_invariants (w
)
1726 struct glyph_matrix
*matrix
= w
->current_matrix
;
1727 int yb
= window_text_bottom_y (w
);
1728 struct glyph_row
*row
= matrix
->rows
;
1729 struct glyph_row
*last_text_row
= NULL
;
1730 struct buffer
*saved
= current_buffer
;
1731 struct buffer
*buffer
= XBUFFER (w
->buffer
);
1734 /* This can sometimes happen for a fresh window. */
1735 if (matrix
->nrows
< 2)
1738 set_buffer_temp (buffer
);
1740 /* Note: last row is always reserved for the mode line. */
1741 while (MATRIX_ROW_DISPLAYS_TEXT_P (row
)
1742 && MATRIX_ROW_BOTTOM_Y (row
) < yb
)
1744 struct glyph_row
*next
= row
+ 1;
1746 if (MATRIX_ROW_DISPLAYS_TEXT_P (row
))
1747 last_text_row
= row
;
1749 /* Check that character and byte positions are in sync. */
1750 xassert (MATRIX_ROW_START_BYTEPOS (row
)
1751 == CHAR_TO_BYTE (MATRIX_ROW_START_CHARPOS (row
)));
1752 xassert (BYTEPOS (row
->start
.pos
)
1753 == CHAR_TO_BYTE (CHARPOS (row
->start
.pos
)));
1755 /* CHAR_TO_BYTE aborts when invoked for a position > Z. We can
1756 have such a position temporarily in case of a minibuffer
1757 displaying something like `[Sole completion]' at its end. */
1758 if (MATRIX_ROW_END_CHARPOS (row
) < BUF_ZV (current_buffer
))
1760 xassert (MATRIX_ROW_END_BYTEPOS (row
)
1761 == CHAR_TO_BYTE (MATRIX_ROW_END_CHARPOS (row
)));
1762 xassert (BYTEPOS (row
->end
.pos
)
1763 == CHAR_TO_BYTE (CHARPOS (row
->end
.pos
)));
1766 /* Check that end position of `row' is equal to start position
1768 if (next
->enabled_p
&& MATRIX_ROW_DISPLAYS_TEXT_P (next
))
1770 xassert (MATRIX_ROW_END_CHARPOS (row
)
1771 == MATRIX_ROW_START_CHARPOS (next
));
1772 xassert (MATRIX_ROW_END_BYTEPOS (row
)
1773 == MATRIX_ROW_START_BYTEPOS (next
));
1774 xassert (CHARPOS (row
->end
.pos
) == CHARPOS (next
->start
.pos
));
1775 xassert (BYTEPOS (row
->end
.pos
) == BYTEPOS (next
->start
.pos
));
1780 xassert (w
->current_matrix
->nrows
== w
->desired_matrix
->nrows
);
1781 xassert (w
->desired_matrix
->rows
!= NULL
);
1782 set_buffer_temp (saved
);
1787 #endif /* GLYPH_DEBUG != 0 */
1791 /**********************************************************************
1792 Allocating/ Adjusting Glyph Matrices
1793 **********************************************************************/
1795 /* Allocate glyph matrices over a window tree for a frame-based
1798 X and Y are column/row within the frame glyph matrix where
1799 sub-matrices for the window tree rooted at WINDOW must be
1800 allocated. DIM_ONLY_P non-zero means that the caller of this
1801 function is only interested in the result matrix dimension, and
1802 matrix adjustments should not be performed.
1804 The function returns the total width/height of the sub-matrices of
1805 the window tree. If called on a frame root window, the computation
1806 will take the mini-buffer window into account.
1808 *WINDOW_CHANGE_FLAGS is set to a bit mask with bits
1810 NEW_LEAF_MATRIX set if any window in the tree did not have a
1811 glyph matrices yet, and
1813 CHANGED_LEAF_MATRIX set if the dimension or location of a matrix of
1814 any window in the tree will be changed or have been changed (see
1817 *WINDOW_CHANGE_FLAGS must be initialized by the caller of this
1820 Windows are arranged into chains of windows on the same level
1821 through the next fields of window structures. Such a level can be
1822 either a sequence of horizontally adjacent windows from left to
1823 right, or a sequence of vertically adjacent windows from top to
1824 bottom. Each window in a horizontal sequence can be either a leaf
1825 window or a vertical sequence; a window in a vertical sequence can
1826 be either a leaf or a horizontal sequence. All windows in a
1827 horizontal sequence have the same height, and all windows in a
1828 vertical sequence have the same width.
1830 This function uses, for historical reasons, a more general
1831 algorithm to determine glyph matrix dimensions that would be
1834 The matrix height of a horizontal sequence is determined by the
1835 maximum height of any matrix in the sequence. The matrix width of
1836 a horizontal sequence is computed by adding up matrix widths of
1837 windows in the sequence.
1839 |<------- result width ------->|
1840 +---------+----------+---------+ ---
1843 +---------+ | | result height
1848 The matrix width of a vertical sequence is the maximum matrix width
1849 of any window in the sequence. Its height is computed by adding up
1850 matrix heights of windows in the sequence.
1852 |<---- result width -->|
1860 +------------+---------+ |
1863 +------------+---------+ --- */
1865 /* Bit indicating that a new matrix will be allocated or has been
1868 #define NEW_LEAF_MATRIX (1 << 0)
1870 /* Bit indicating that a matrix will or has changed its location or
1873 #define CHANGED_LEAF_MATRIX (1 << 1)
1876 allocate_matrices_for_frame_redisplay (window
, x
, y
, dim_only_p
,
1877 window_change_flags
)
1881 int *window_change_flags
;
1883 struct frame
*f
= XFRAME (WINDOW_FRAME (XWINDOW (window
)));
1885 int wmax
= 0, hmax
= 0;
1889 int in_horz_combination_p
;
1891 /* What combination is WINDOW part of? Compute this once since the
1892 result is the same for all windows in the `next' chain. The
1893 special case of a root window (parent equal to nil) is treated
1894 like a vertical combination because a root window's `next'
1895 points to the mini-buffer window, if any, which is arranged
1896 vertically below other windows. */
1897 in_horz_combination_p
1898 = (!NILP (XWINDOW (window
)->parent
)
1899 && !NILP (XWINDOW (XWINDOW (window
)->parent
)->hchild
));
1901 /* For WINDOW and all windows on the same level. */
1904 w
= XWINDOW (window
);
1906 /* Get the dimension of the window sub-matrix for W, depending
1907 on whether this is a combination or a leaf window. */
1908 if (!NILP (w
->hchild
))
1909 dim
= allocate_matrices_for_frame_redisplay (w
->hchild
, x
, y
,
1911 window_change_flags
);
1912 else if (!NILP (w
->vchild
))
1913 dim
= allocate_matrices_for_frame_redisplay (w
->vchild
, x
, y
,
1915 window_change_flags
);
1918 /* If not already done, allocate sub-matrix structures. */
1919 if (w
->desired_matrix
== NULL
)
1921 w
->desired_matrix
= new_glyph_matrix (f
->desired_pool
);
1922 w
->current_matrix
= new_glyph_matrix (f
->current_pool
);
1923 *window_change_flags
|= NEW_LEAF_MATRIX
;
1926 /* Width and height MUST be chosen so that there are no
1927 holes in the frame matrix. */
1928 dim
.width
= required_matrix_width (w
);
1929 dim
.height
= required_matrix_height (w
);
1931 /* Will matrix be re-allocated? */
1932 if (x
!= w
->desired_matrix
->matrix_x
1933 || y
!= w
->desired_matrix
->matrix_y
1934 || dim
.width
!= w
->desired_matrix
->matrix_w
1935 || dim
.height
!= w
->desired_matrix
->matrix_h
1936 || (margin_glyphs_to_reserve (w
, dim
.width
,
1937 w
->left_margin_cols
)
1938 != w
->desired_matrix
->left_margin_glyphs
)
1939 || (margin_glyphs_to_reserve (w
, dim
.width
,
1940 w
->right_margin_cols
)
1941 != w
->desired_matrix
->right_margin_glyphs
))
1942 *window_change_flags
|= CHANGED_LEAF_MATRIX
;
1944 /* Actually change matrices, if allowed. Do not consider
1945 CHANGED_LEAF_MATRIX computed above here because the pool
1946 may have been changed which we don't now here. We trust
1947 that we only will be called with DIM_ONLY_P != 0 when
1951 adjust_glyph_matrix (w
, w
->desired_matrix
, x
, y
, dim
);
1952 adjust_glyph_matrix (w
, w
->current_matrix
, x
, y
, dim
);
1956 /* If we are part of a horizontal combination, advance x for
1957 windows to the right of W; otherwise advance y for windows
1959 if (in_horz_combination_p
)
1964 /* Remember maximum glyph matrix dimensions. */
1965 wmax
= max (wmax
, dim
.width
);
1966 hmax
= max (hmax
, dim
.height
);
1968 /* Next window on same level. */
1971 while (!NILP (window
));
1973 /* Set `total' to the total glyph matrix dimension of this window
1974 level. In a vertical combination, the width is the width of the
1975 widest window; the height is the y we finally reached, corrected
1976 by the y we started with. In a horizontal combination, the total
1977 height is the height of the tallest window, and the width is the
1978 x we finally reached, corrected by the x we started with. */
1979 if (in_horz_combination_p
)
1981 total
.width
= x
- x0
;
1982 total
.height
= hmax
;
1987 total
.height
= y
- y0
;
1994 /* Return the required height of glyph matrices for window W. */
1997 required_matrix_height (w
)
2000 #ifdef HAVE_WINDOW_SYSTEM
2001 struct frame
*f
= XFRAME (w
->frame
);
2003 if (FRAME_WINDOW_P (f
))
2005 int ch_height
= FRAME_SMALLEST_FONT_HEIGHT (f
);
2006 int window_pixel_height
= window_box_height (w
) + eabs (w
->vscroll
);
2007 return (((window_pixel_height
+ ch_height
- 1)
2008 / ch_height
) * w
->nrows_scale_factor
2009 /* One partially visible line at the top and
2010 bottom of the window. */
2012 /* 2 for header and mode line. */
2015 #endif /* HAVE_WINDOW_SYSTEM */
2017 return WINDOW_TOTAL_LINES (w
);
2021 /* Return the required width of glyph matrices for window W. */
2024 required_matrix_width (w
)
2027 #ifdef HAVE_WINDOW_SYSTEM
2028 struct frame
*f
= XFRAME (w
->frame
);
2029 if (FRAME_WINDOW_P (f
))
2031 int ch_width
= FRAME_SMALLEST_CHAR_WIDTH (f
);
2032 int window_pixel_width
= WINDOW_TOTAL_WIDTH (w
);
2034 /* Compute number of glyphs needed in a glyph row. */
2035 return (((window_pixel_width
+ ch_width
- 1)
2036 / ch_width
) * w
->ncols_scale_factor
2037 /* 2 partially visible columns in the text area. */
2039 /* One partially visible column at the right
2040 edge of each marginal area. */
2043 #endif /* HAVE_WINDOW_SYSTEM */
2045 return XINT (w
->total_cols
);
2049 /* Allocate window matrices for window-based redisplay. W is the
2050 window whose matrices must be allocated/reallocated. */
2053 allocate_matrices_for_window_redisplay (w
)
2058 if (!NILP (w
->vchild
))
2059 allocate_matrices_for_window_redisplay (XWINDOW (w
->vchild
));
2060 else if (!NILP (w
->hchild
))
2061 allocate_matrices_for_window_redisplay (XWINDOW (w
->hchild
));
2064 /* W is a leaf window. */
2067 /* If matrices are not yet allocated, allocate them now. */
2068 if (w
->desired_matrix
== NULL
)
2070 w
->desired_matrix
= new_glyph_matrix (NULL
);
2071 w
->current_matrix
= new_glyph_matrix (NULL
);
2074 dim
.width
= required_matrix_width (w
);
2075 dim
.height
= required_matrix_height (w
);
2076 adjust_glyph_matrix (w
, w
->desired_matrix
, 0, 0, dim
);
2077 adjust_glyph_matrix (w
, w
->current_matrix
, 0, 0, dim
);
2080 w
= NILP (w
->next
) ? NULL
: XWINDOW (w
->next
);
2085 /* Re-allocate/ re-compute glyph matrices on frame F. If F is null,
2086 do it for all frames; otherwise do it just for the given frame.
2087 This function must be called when a new frame is created, its size
2088 changes, or its window configuration changes. */
2094 /* Block input so that expose events and other events that access
2095 glyph matrices are not processed while we are changing them. */
2099 adjust_frame_glyphs (f
);
2102 Lisp_Object tail
, lisp_frame
;
2104 FOR_EACH_FRAME (tail
, lisp_frame
)
2105 adjust_frame_glyphs (XFRAME (lisp_frame
));
2112 /* Adjust frame glyphs when Emacs is initialized.
2114 To be called from init_display.
2116 We need a glyph matrix because redraw will happen soon.
2117 Unfortunately, window sizes on selected_frame are not yet set to
2118 meaningful values. I believe we can assume that there are only two
2119 windows on the frame---the mini-buffer and the root window. Frame
2120 height and width seem to be correct so far. So, set the sizes of
2121 windows to estimated values. */
2124 adjust_frame_glyphs_initially ()
2126 struct frame
*sf
= SELECTED_FRAME ();
2127 struct window
*root
= XWINDOW (sf
->root_window
);
2128 struct window
*mini
= XWINDOW (root
->next
);
2129 int frame_lines
= FRAME_LINES (sf
);
2130 int frame_cols
= FRAME_COLS (sf
);
2131 int top_margin
= FRAME_TOP_MARGIN (sf
);
2133 /* Do it for the root window. */
2134 XSETFASTINT (root
->top_line
, top_margin
);
2135 XSETFASTINT (root
->total_cols
, frame_cols
);
2136 set_window_height (sf
->root_window
, frame_lines
- 1 - top_margin
, 0);
2138 /* Do it for the mini-buffer window. */
2139 XSETFASTINT (mini
->top_line
, frame_lines
- 1);
2140 XSETFASTINT (mini
->total_cols
, frame_cols
);
2141 set_window_height (root
->next
, 1, 0);
2143 adjust_frame_glyphs (sf
);
2144 glyphs_initialized_initially_p
= 1;
2148 /* Allocate/reallocate glyph matrices of a single frame F. */
2151 adjust_frame_glyphs (f
)
2154 if (FRAME_WINDOW_P (f
))
2155 adjust_frame_glyphs_for_window_redisplay (f
);
2157 adjust_frame_glyphs_for_frame_redisplay (f
);
2159 /* Don't forget the message buffer and the buffer for
2160 decode_mode_spec. */
2161 adjust_frame_message_buffer (f
);
2162 adjust_decode_mode_spec_buffer (f
);
2164 f
->glyphs_initialized_p
= 1;
2167 /* Return 1 if any window in the tree has nonzero window margins. See
2168 the hack at the end of adjust_frame_glyphs_for_frame_redisplay. */
2170 showing_window_margins_p (w
)
2175 if (!NILP (w
->hchild
))
2177 if (showing_window_margins_p (XWINDOW (w
->hchild
)))
2180 else if (!NILP (w
->vchild
))
2182 if (showing_window_margins_p (XWINDOW (w
->vchild
)))
2185 else if (!NILP (w
->left_margin_cols
)
2186 || !NILP (w
->right_margin_cols
))
2189 w
= NILP (w
->next
) ? 0 : XWINDOW (w
->next
);
2195 /* In the window tree with root W, build current matrices of leaf
2196 windows from the frame's current matrix. */
2199 fake_current_matrices (window
)
2204 for (; !NILP (window
); window
= w
->next
)
2206 w
= XWINDOW (window
);
2208 if (!NILP (w
->hchild
))
2209 fake_current_matrices (w
->hchild
);
2210 else if (!NILP (w
->vchild
))
2211 fake_current_matrices (w
->vchild
);
2215 struct frame
*f
= XFRAME (w
->frame
);
2216 struct glyph_matrix
*m
= w
->current_matrix
;
2217 struct glyph_matrix
*fm
= f
->current_matrix
;
2219 xassert (m
->matrix_h
== WINDOW_TOTAL_LINES (w
));
2220 xassert (m
->matrix_w
== WINDOW_TOTAL_COLS (w
));
2222 for (i
= 0; i
< m
->matrix_h
; ++i
)
2224 struct glyph_row
*r
= m
->rows
+ i
;
2225 struct glyph_row
*fr
= fm
->rows
+ i
+ WINDOW_TOP_EDGE_LINE (w
);
2227 xassert (r
->glyphs
[TEXT_AREA
] >= fr
->glyphs
[TEXT_AREA
]
2228 && r
->glyphs
[LAST_AREA
] <= fr
->glyphs
[LAST_AREA
]);
2230 r
->enabled_p
= fr
->enabled_p
;
2233 r
->used
[LEFT_MARGIN_AREA
] = m
->left_margin_glyphs
;
2234 r
->used
[RIGHT_MARGIN_AREA
] = m
->right_margin_glyphs
;
2235 r
->used
[TEXT_AREA
] = (m
->matrix_w
2236 - r
->used
[LEFT_MARGIN_AREA
]
2237 - r
->used
[RIGHT_MARGIN_AREA
]);
2246 /* Save away the contents of frame F's current frame matrix. Value is
2247 a glyph matrix holding the contents of F's current frame matrix. */
2249 static struct glyph_matrix
*
2250 save_current_matrix (f
)
2254 struct glyph_matrix
*saved
;
2256 saved
= (struct glyph_matrix
*) xmalloc (sizeof *saved
);
2257 bzero (saved
, sizeof *saved
);
2258 saved
->nrows
= f
->current_matrix
->nrows
;
2259 saved
->rows
= (struct glyph_row
*) xmalloc (saved
->nrows
2260 * sizeof *saved
->rows
);
2261 bzero (saved
->rows
, saved
->nrows
* sizeof *saved
->rows
);
2263 for (i
= 0; i
< saved
->nrows
; ++i
)
2265 struct glyph_row
*from
= f
->current_matrix
->rows
+ i
;
2266 struct glyph_row
*to
= saved
->rows
+ i
;
2267 size_t nbytes
= from
->used
[TEXT_AREA
] * sizeof (struct glyph
);
2268 to
->glyphs
[TEXT_AREA
] = (struct glyph
*) xmalloc (nbytes
);
2269 bcopy (from
->glyphs
[TEXT_AREA
], to
->glyphs
[TEXT_AREA
], nbytes
);
2270 to
->used
[TEXT_AREA
] = from
->used
[TEXT_AREA
];
2277 /* Restore the contents of frame F's current frame matrix from SAVED,
2278 and free memory associated with SAVED. */
2281 restore_current_matrix (f
, saved
)
2283 struct glyph_matrix
*saved
;
2287 for (i
= 0; i
< saved
->nrows
; ++i
)
2289 struct glyph_row
*from
= saved
->rows
+ i
;
2290 struct glyph_row
*to
= f
->current_matrix
->rows
+ i
;
2291 size_t nbytes
= from
->used
[TEXT_AREA
] * sizeof (struct glyph
);
2292 bcopy (from
->glyphs
[TEXT_AREA
], to
->glyphs
[TEXT_AREA
], nbytes
);
2293 to
->used
[TEXT_AREA
] = from
->used
[TEXT_AREA
];
2294 xfree (from
->glyphs
[TEXT_AREA
]);
2297 xfree (saved
->rows
);
2303 /* Allocate/reallocate glyph matrices of a single frame F for
2304 frame-based redisplay. */
2307 adjust_frame_glyphs_for_frame_redisplay (f
)
2310 struct dim matrix_dim
;
2312 int window_change_flags
;
2315 if (!FRAME_LIVE_P (f
))
2318 top_window_y
= FRAME_TOP_MARGIN (f
);
2320 /* Allocate glyph pool structures if not already done. */
2321 if (f
->desired_pool
== NULL
)
2323 f
->desired_pool
= new_glyph_pool ();
2324 f
->current_pool
= new_glyph_pool ();
2327 /* Allocate frames matrix structures if needed. */
2328 if (f
->desired_matrix
== NULL
)
2330 f
->desired_matrix
= new_glyph_matrix (f
->desired_pool
);
2331 f
->current_matrix
= new_glyph_matrix (f
->current_pool
);
2334 /* Compute window glyph matrices. (This takes the mini-buffer
2335 window into account). The result is the size of the frame glyph
2336 matrix needed. The variable window_change_flags is set to a bit
2337 mask indicating whether new matrices will be allocated or
2338 existing matrices change their size or location within the frame
2340 window_change_flags
= 0;
2342 = allocate_matrices_for_frame_redisplay (FRAME_ROOT_WINDOW (f
),
2345 &window_change_flags
);
2347 /* Add in menu bar lines, if any. */
2348 matrix_dim
.height
+= top_window_y
;
2350 /* Enlarge pools as necessary. */
2351 pool_changed_p
= realloc_glyph_pool (f
->desired_pool
, matrix_dim
);
2352 realloc_glyph_pool (f
->current_pool
, matrix_dim
);
2354 /* Set up glyph pointers within window matrices. Do this only if
2355 absolutely necessary since it requires a frame redraw. */
2356 if (pool_changed_p
|| window_change_flags
)
2358 /* Do it for window matrices. */
2359 allocate_matrices_for_frame_redisplay (FRAME_ROOT_WINDOW (f
),
2361 &window_change_flags
);
2363 /* Size of frame matrices must equal size of frame. Note
2364 that we are called for X frames with window widths NOT equal
2365 to the frame width (from CHANGE_FRAME_SIZE_1). */
2366 xassert (matrix_dim
.width
== FRAME_COLS (f
)
2367 && matrix_dim
.height
== FRAME_LINES (f
));
2369 /* Pointers to glyph memory in glyph rows are exchanged during
2370 the update phase of redisplay, which means in general that a
2371 frame's current matrix consists of pointers into both the
2372 desired and current glyph pool of the frame. Adjusting a
2373 matrix sets the frame matrix up so that pointers are all into
2374 the same pool. If we want to preserve glyph contents of the
2375 current matrix over a call to adjust_glyph_matrix, we must
2376 make a copy of the current glyphs, and restore the current
2377 matrix' contents from that copy. */
2378 if (display_completed
2379 && !FRAME_GARBAGED_P (f
)
2380 && matrix_dim
.width
== f
->current_matrix
->matrix_w
2381 && matrix_dim
.height
== f
->current_matrix
->matrix_h
2382 /* For some reason, the frame glyph matrix gets corrupted if
2383 any of the windows contain margins. I haven't been able
2384 to hunt down the reason, but for the moment this prevents
2385 the problem from manifesting. -- cyd */
2386 && !showing_window_margins_p (XWINDOW (FRAME_ROOT_WINDOW (f
))))
2388 struct glyph_matrix
*copy
= save_current_matrix (f
);
2389 adjust_glyph_matrix (NULL
, f
->desired_matrix
, 0, 0, matrix_dim
);
2390 adjust_glyph_matrix (NULL
, f
->current_matrix
, 0, 0, matrix_dim
);
2391 restore_current_matrix (f
, copy
);
2392 fake_current_matrices (FRAME_ROOT_WINDOW (f
));
2396 adjust_glyph_matrix (NULL
, f
->desired_matrix
, 0, 0, matrix_dim
);
2397 adjust_glyph_matrix (NULL
, f
->current_matrix
, 0, 0, matrix_dim
);
2398 SET_FRAME_GARBAGED (f
);
2404 /* Allocate/reallocate glyph matrices of a single frame F for
2405 window-based redisplay. */
2408 adjust_frame_glyphs_for_window_redisplay (f
)
2413 xassert (FRAME_WINDOW_P (f
) && FRAME_LIVE_P (f
));
2415 /* Allocate/reallocate window matrices. */
2416 allocate_matrices_for_window_redisplay (XWINDOW (FRAME_ROOT_WINDOW (f
)));
2418 #ifdef HAVE_X_WINDOWS
2419 /* Allocate/ reallocate matrices of the dummy window used to display
2420 the menu bar under X when no X toolkit support is available. */
2421 #if ! defined (USE_X_TOOLKIT) && ! defined (USE_GTK)
2423 /* Allocate a dummy window if not already done. */
2424 if (NILP (f
->menu_bar_window
))
2426 f
->menu_bar_window
= make_window ();
2427 w
= XWINDOW (f
->menu_bar_window
);
2428 XSETFRAME (w
->frame
, f
);
2429 w
->pseudo_window_p
= 1;
2432 w
= XWINDOW (f
->menu_bar_window
);
2434 /* Set window dimensions to frame dimensions and allocate or
2435 adjust glyph matrices of W. */
2436 XSETFASTINT (w
->top_line
, 0);
2437 XSETFASTINT (w
->left_col
, 0);
2438 XSETFASTINT (w
->total_lines
, FRAME_MENU_BAR_LINES (f
));
2439 XSETFASTINT (w
->total_cols
, FRAME_TOTAL_COLS (f
));
2440 allocate_matrices_for_window_redisplay (w
);
2442 #endif /* not USE_X_TOOLKIT && not USE_GTK */
2443 #endif /* HAVE_X_WINDOWS */
2446 /* Allocate/ reallocate matrices of the tool bar window. If we
2447 don't have a tool bar window yet, make one. */
2448 if (NILP (f
->tool_bar_window
))
2450 f
->tool_bar_window
= make_window ();
2451 w
= XWINDOW (f
->tool_bar_window
);
2452 XSETFRAME (w
->frame
, f
);
2453 w
->pseudo_window_p
= 1;
2456 w
= XWINDOW (f
->tool_bar_window
);
2458 XSETFASTINT (w
->top_line
, FRAME_MENU_BAR_LINES (f
));
2459 XSETFASTINT (w
->left_col
, 0);
2460 XSETFASTINT (w
->total_lines
, FRAME_TOOL_BAR_LINES (f
));
2461 XSETFASTINT (w
->total_cols
, FRAME_TOTAL_COLS (f
));
2462 allocate_matrices_for_window_redisplay (w
);
2467 /* Adjust/ allocate message buffer of frame F.
2469 Note that the message buffer is never freed. Since I could not
2470 find a free in 19.34, I assume that freeing it would be
2471 problematic in some way and don't do it either.
2473 (Implementation note: It should be checked if we can free it
2474 eventually without causing trouble). */
2477 adjust_frame_message_buffer (f
)
2480 int size
= FRAME_MESSAGE_BUF_SIZE (f
) + 1;
2482 if (FRAME_MESSAGE_BUF (f
))
2484 char *buffer
= FRAME_MESSAGE_BUF (f
);
2485 char *new_buffer
= (char *) xrealloc (buffer
, size
);
2486 FRAME_MESSAGE_BUF (f
) = new_buffer
;
2489 FRAME_MESSAGE_BUF (f
) = (char *) xmalloc (size
);
2493 /* Re-allocate buffer for decode_mode_spec on frame F. */
2496 adjust_decode_mode_spec_buffer (f
)
2499 f
->decode_mode_spec_buffer
2500 = (char *) xrealloc (f
->decode_mode_spec_buffer
,
2501 FRAME_MESSAGE_BUF_SIZE (f
) + 1);
2506 /**********************************************************************
2507 Freeing Glyph Matrices
2508 **********************************************************************/
2510 /* Free glyph memory for a frame F. F may be null. This function can
2511 be called for the same frame more than once. The root window of
2512 F may be nil when this function is called. This is the case when
2513 the function is called when F is destroyed. */
2519 if (f
&& f
->glyphs_initialized_p
)
2521 /* Block interrupt input so that we don't get surprised by an X
2522 event while we're in an inconsistent state. */
2524 f
->glyphs_initialized_p
= 0;
2526 /* Release window sub-matrices. */
2527 if (!NILP (f
->root_window
))
2528 free_window_matrices (XWINDOW (f
->root_window
));
2530 /* Free the dummy window for menu bars without X toolkit and its
2532 if (!NILP (f
->menu_bar_window
))
2534 struct window
*w
= XWINDOW (f
->menu_bar_window
);
2535 free_glyph_matrix (w
->desired_matrix
);
2536 free_glyph_matrix (w
->current_matrix
);
2537 w
->desired_matrix
= w
->current_matrix
= NULL
;
2538 f
->menu_bar_window
= Qnil
;
2541 /* Free the tool bar window and its glyph matrices. */
2542 if (!NILP (f
->tool_bar_window
))
2544 struct window
*w
= XWINDOW (f
->tool_bar_window
);
2545 free_glyph_matrix (w
->desired_matrix
);
2546 free_glyph_matrix (w
->current_matrix
);
2547 w
->desired_matrix
= w
->current_matrix
= NULL
;
2548 f
->tool_bar_window
= Qnil
;
2551 /* Release frame glyph matrices. Reset fields to zero in
2552 case we are called a second time. */
2553 if (f
->desired_matrix
)
2555 free_glyph_matrix (f
->desired_matrix
);
2556 free_glyph_matrix (f
->current_matrix
);
2557 f
->desired_matrix
= f
->current_matrix
= NULL
;
2560 /* Release glyph pools. */
2561 if (f
->desired_pool
)
2563 free_glyph_pool (f
->desired_pool
);
2564 free_glyph_pool (f
->current_pool
);
2565 f
->desired_pool
= f
->current_pool
= NULL
;
2573 /* Free glyph sub-matrices in the window tree rooted at W. This
2574 function may be called with a null pointer, and it may be called on
2575 the same tree more than once. */
2578 free_window_matrices (w
)
2583 if (!NILP (w
->hchild
))
2584 free_window_matrices (XWINDOW (w
->hchild
));
2585 else if (!NILP (w
->vchild
))
2586 free_window_matrices (XWINDOW (w
->vchild
));
2589 /* This is a leaf window. Free its memory and reset fields
2590 to zero in case this function is called a second time for
2592 free_glyph_matrix (w
->current_matrix
);
2593 free_glyph_matrix (w
->desired_matrix
);
2594 w
->current_matrix
= w
->desired_matrix
= NULL
;
2597 /* Next window on same level. */
2598 w
= NILP (w
->next
) ? 0 : XWINDOW (w
->next
);
2603 /* Check glyph memory leaks. This function is called from
2604 shut_down_emacs. Note that frames are not destroyed when Emacs
2605 exits. We therefore free all glyph memory for all active frames
2606 explicitly and check that nothing is left allocated. */
2609 check_glyph_memory ()
2611 Lisp_Object tail
, frame
;
2613 /* Free glyph memory for all frames. */
2614 FOR_EACH_FRAME (tail
, frame
)
2615 free_glyphs (XFRAME (frame
));
2617 /* Check that nothing is left allocated. */
2618 if (glyph_matrix_count
)
2620 if (glyph_pool_count
)
2626 /**********************************************************************
2627 Building a Frame Matrix
2628 **********************************************************************/
2630 /* Most of the redisplay code works on glyph matrices attached to
2631 windows. This is a good solution most of the time, but it is not
2632 suitable for terminal code. Terminal output functions cannot rely
2633 on being able to set an arbitrary terminal window. Instead they
2634 must be provided with a view of the whole frame, i.e. the whole
2635 screen. We build such a view by constructing a frame matrix from
2636 window matrices in this section.
2638 Windows that must be updated have their must_be_update_p flag set.
2639 For all such windows, their desired matrix is made part of the
2640 desired frame matrix. For other windows, their current matrix is
2641 made part of the desired frame matrix.
2643 +-----------------+----------------+
2644 | desired | desired |
2646 +-----------------+----------------+
2649 +----------------------------------+
2651 Desired window matrices can be made part of the frame matrix in a
2652 cheap way: We exploit the fact that the desired frame matrix and
2653 desired window matrices share their glyph memory. This is not
2654 possible for current window matrices. Their glyphs are copied to
2655 the desired frame matrix. The latter is equivalent to
2656 preserve_other_columns in the old redisplay.
2658 Used glyphs counters for frame matrix rows are the result of adding
2659 up glyph lengths of the window matrices. A line in the frame
2660 matrix is enabled, if a corresponding line in a window matrix is
2663 After building the desired frame matrix, it will be passed to
2664 terminal code, which will manipulate both the desired and current
2665 frame matrix. Changes applied to the frame's current matrix have
2666 to be visible in current window matrices afterwards, of course.
2668 This problem is solved like this:
2670 1. Window and frame matrices share glyphs. Window matrices are
2671 constructed in a way that their glyph contents ARE the glyph
2672 contents needed in a frame matrix. Thus, any modification of
2673 glyphs done in terminal code will be reflected in window matrices
2676 2. Exchanges of rows in a frame matrix done by terminal code are
2677 intercepted by hook functions so that corresponding row operations
2678 on window matrices can be performed. This is necessary because we
2679 use pointers to glyphs in glyph row structures. To satisfy the
2680 assumption of point 1 above that glyphs are updated implicitly in
2681 window matrices when they are manipulated via the frame matrix,
2682 window and frame matrix must of course agree where to find the
2683 glyphs for their rows. Possible manipulations that must be
2684 mirrored are assignments of rows of the desired frame matrix to the
2685 current frame matrix and scrolling the current frame matrix. */
2687 /* Build frame F's desired matrix from window matrices. Only windows
2688 which have the flag must_be_updated_p set have to be updated. Menu
2689 bar lines of a frame are not covered by window matrices, so make
2690 sure not to touch them in this function. */
2693 build_frame_matrix (f
)
2698 /* F must have a frame matrix when this function is called. */
2699 xassert (!FRAME_WINDOW_P (f
));
2701 /* Clear all rows in the frame matrix covered by window matrices.
2702 Menu bar lines are not covered by windows. */
2703 for (i
= FRAME_TOP_MARGIN (f
); i
< f
->desired_matrix
->nrows
; ++i
)
2704 clear_glyph_row (MATRIX_ROW (f
->desired_matrix
, i
));
2706 /* Build the matrix by walking the window tree. */
2707 build_frame_matrix_from_window_tree (f
->desired_matrix
,
2708 XWINDOW (FRAME_ROOT_WINDOW (f
)));
2712 /* Walk a window tree, building a frame matrix MATRIX from window
2713 matrices. W is the root of a window tree. */
2716 build_frame_matrix_from_window_tree (matrix
, w
)
2717 struct glyph_matrix
*matrix
;
2722 if (!NILP (w
->hchild
))
2723 build_frame_matrix_from_window_tree (matrix
, XWINDOW (w
->hchild
));
2724 else if (!NILP (w
->vchild
))
2725 build_frame_matrix_from_window_tree (matrix
, XWINDOW (w
->vchild
));
2727 build_frame_matrix_from_leaf_window (matrix
, w
);
2729 w
= NILP (w
->next
) ? 0 : XWINDOW (w
->next
);
2734 /* Add a window's matrix to a frame matrix. FRAME_MATRIX is the
2735 desired frame matrix built. W is a leaf window whose desired or
2736 current matrix is to be added to FRAME_MATRIX. W's flag
2737 must_be_updated_p determines which matrix it contributes to
2738 FRAME_MATRIX. If must_be_updated_p is non-zero, W's desired matrix
2739 is added to FRAME_MATRIX, otherwise W's current matrix is added.
2740 Adding a desired matrix means setting up used counters and such in
2741 frame rows, while adding a current window matrix to FRAME_MATRIX
2742 means copying glyphs. The latter case corresponds to
2743 preserve_other_columns in the old redisplay. */
2746 build_frame_matrix_from_leaf_window (frame_matrix
, w
)
2747 struct glyph_matrix
*frame_matrix
;
2750 struct glyph_matrix
*window_matrix
;
2751 int window_y
, frame_y
;
2752 /* If non-zero, a glyph to insert at the right border of W. */
2753 GLYPH right_border_glyph
;
2755 SET_GLYPH_FROM_CHAR (right_border_glyph
, 0);
2757 /* Set window_matrix to the matrix we have to add to FRAME_MATRIX. */
2758 if (w
->must_be_updated_p
)
2760 window_matrix
= w
->desired_matrix
;
2762 /* Decide whether we want to add a vertical border glyph. */
2763 if (!WINDOW_RIGHTMOST_P (w
))
2765 struct Lisp_Char_Table
*dp
= window_display_table (w
);
2768 SET_GLYPH_FROM_CHAR (right_border_glyph
, '|');
2770 && (gc
= DISP_BORDER_GLYPH (dp
), GLYPH_CODE_P (gc
))
2771 && GLYPH_CODE_CHAR_VALID_P (gc
))
2773 SET_GLYPH_FROM_GLYPH_CODE (right_border_glyph
, gc
);
2774 spec_glyph_lookup_face (w
, &right_border_glyph
);
2777 if (GLYPH_FACE (right_border_glyph
) <= 0)
2778 SET_GLYPH_FACE (right_border_glyph
, VERTICAL_BORDER_FACE_ID
);
2782 window_matrix
= w
->current_matrix
;
2784 /* For all rows in the window matrix and corresponding rows in the
2787 frame_y
= window_matrix
->matrix_y
;
2788 while (window_y
< window_matrix
->nrows
)
2790 struct glyph_row
*frame_row
= frame_matrix
->rows
+ frame_y
;
2791 struct glyph_row
*window_row
= window_matrix
->rows
+ window_y
;
2792 int current_row_p
= window_matrix
== w
->current_matrix
;
2794 /* Fill up the frame row with spaces up to the left margin of the
2796 fill_up_frame_row_with_spaces (frame_row
, window_matrix
->matrix_x
);
2798 /* Fill up areas in the window matrix row with spaces. */
2799 fill_up_glyph_row_with_spaces (window_row
);
2801 /* If only part of W's desired matrix has been built, and
2802 window_row wasn't displayed, use the corresponding current
2804 if (window_matrix
== w
->desired_matrix
2805 && !window_row
->enabled_p
)
2807 window_row
= w
->current_matrix
->rows
+ window_y
;
2813 /* Copy window row to frame row. */
2814 bcopy (window_row
->glyphs
[0],
2815 frame_row
->glyphs
[TEXT_AREA
] + window_matrix
->matrix_x
,
2816 window_matrix
->matrix_w
* sizeof (struct glyph
));
2820 xassert (window_row
->enabled_p
);
2822 /* Only when a desired row has been displayed, we want
2823 the corresponding frame row to be updated. */
2824 frame_row
->enabled_p
= 1;
2826 /* Maybe insert a vertical border between horizontally adjacent
2828 if (GLYPH_CHAR (right_border_glyph
) != 0)
2830 struct glyph
*border
= window_row
->glyphs
[LAST_AREA
] - 1;
2831 SET_CHAR_GLYPH_FROM_GLYPH (*border
, right_border_glyph
);
2835 /* Window row window_y must be a slice of frame row
2837 xassert (glyph_row_slice_p (window_row
, frame_row
));
2839 /* If rows are in sync, we don't have to copy glyphs because
2840 frame and window share glyphs. */
2842 strcpy (w
->current_matrix
->method
, w
->desired_matrix
->method
);
2843 add_window_display_history (w
, w
->current_matrix
->method
, 0);
2847 /* Set number of used glyphs in the frame matrix. Since we fill
2848 up with spaces, and visit leaf windows from left to right it
2849 can be done simply. */
2850 frame_row
->used
[TEXT_AREA
]
2851 = window_matrix
->matrix_x
+ window_matrix
->matrix_w
;
2859 /* Given a user-specified glyph, possibly including a Lisp-level face
2860 ID, return a glyph that has a realized face ID.
2861 This is used for glyphs displayed specially and not part of the text;
2862 for instance, vertical separators, truncation markers, etc. */
2865 spec_glyph_lookup_face (w
, glyph
)
2869 int lface_id
= GLYPH_FACE (*glyph
);
2870 /* Convert the glyph's specified face to a realized (cache) face. */
2873 int face_id
= merge_faces (XFRAME (w
->frame
),
2874 Qt
, lface_id
, DEFAULT_FACE_ID
);
2875 SET_GLYPH_FACE (*glyph
, face_id
);
2879 /* Add spaces to a glyph row ROW in a window matrix.
2881 Each row has the form:
2883 +---------+-----------------------------+------------+
2884 | left | text | right |
2885 +---------+-----------------------------+------------+
2887 Left and right marginal areas are optional. This function adds
2888 spaces to areas so that there are no empty holes between areas.
2889 In other words: If the right area is not empty, the text area
2890 is filled up with spaces up to the right area. If the text area
2891 is not empty, the left area is filled up.
2893 To be called for frame-based redisplay, only. */
2896 fill_up_glyph_row_with_spaces (row
)
2897 struct glyph_row
*row
;
2899 fill_up_glyph_row_area_with_spaces (row
, LEFT_MARGIN_AREA
);
2900 fill_up_glyph_row_area_with_spaces (row
, TEXT_AREA
);
2901 fill_up_glyph_row_area_with_spaces (row
, RIGHT_MARGIN_AREA
);
2905 /* Fill area AREA of glyph row ROW with spaces. To be called for
2906 frame-based redisplay only. */
2909 fill_up_glyph_row_area_with_spaces (row
, area
)
2910 struct glyph_row
*row
;
2913 if (row
->glyphs
[area
] < row
->glyphs
[area
+ 1])
2915 struct glyph
*end
= row
->glyphs
[area
+ 1];
2916 struct glyph
*text
= row
->glyphs
[area
] + row
->used
[area
];
2919 *text
++ = space_glyph
;
2920 row
->used
[area
] = text
- row
->glyphs
[area
];
2925 /* Add spaces to the end of ROW in a frame matrix until index UPTO is
2926 reached. In frame matrices only one area, TEXT_AREA, is used. */
2929 fill_up_frame_row_with_spaces (row
, upto
)
2930 struct glyph_row
*row
;
2933 int i
= row
->used
[TEXT_AREA
];
2934 struct glyph
*glyph
= row
->glyphs
[TEXT_AREA
];
2937 glyph
[i
++] = space_glyph
;
2939 row
->used
[TEXT_AREA
] = i
;
2944 /**********************************************************************
2945 Mirroring operations on frame matrices in window matrices
2946 **********************************************************************/
2948 /* Set frame being updated via frame-based redisplay to F. This
2949 function must be called before updates to make explicit that we are
2950 working on frame matrices or not. */
2953 set_frame_matrix_frame (f
)
2956 frame_matrix_frame
= f
;
2960 /* Make sure glyph row ROW in CURRENT_MATRIX is up to date.
2961 DESIRED_MATRIX is the desired matrix corresponding to
2962 CURRENT_MATRIX. The update is done by exchanging glyph pointers
2963 between rows in CURRENT_MATRIX and DESIRED_MATRIX. If
2964 frame_matrix_frame is non-null, this indicates that the exchange is
2965 done in frame matrices, and that we have to perform analogous
2966 operations in window matrices of frame_matrix_frame. */
2969 make_current (desired_matrix
, current_matrix
, row
)
2970 struct glyph_matrix
*desired_matrix
, *current_matrix
;
2973 struct glyph_row
*current_row
= MATRIX_ROW (current_matrix
, row
);
2974 struct glyph_row
*desired_row
= MATRIX_ROW (desired_matrix
, row
);
2975 int mouse_face_p
= current_row
->mouse_face_p
;
2977 /* Do current_row = desired_row. This exchanges glyph pointers
2978 between both rows, and does a structure assignment otherwise. */
2979 assign_row (current_row
, desired_row
);
2981 /* Enable current_row to mark it as valid. */
2982 current_row
->enabled_p
= 1;
2983 current_row
->mouse_face_p
= mouse_face_p
;
2985 /* If we are called on frame matrices, perform analogous operations
2986 for window matrices. */
2987 if (frame_matrix_frame
)
2988 mirror_make_current (XWINDOW (frame_matrix_frame
->root_window
), row
);
2992 /* W is the root of a window tree. FRAME_ROW is the index of a row in
2993 W's frame which has been made current (by swapping pointers between
2994 current and desired matrix). Perform analogous operations in the
2995 matrices of leaf windows in the window tree rooted at W. */
2998 mirror_make_current (w
, frame_row
)
3004 if (!NILP (w
->hchild
))
3005 mirror_make_current (XWINDOW (w
->hchild
), frame_row
);
3006 else if (!NILP (w
->vchild
))
3007 mirror_make_current (XWINDOW (w
->vchild
), frame_row
);
3010 /* Row relative to window W. Don't use FRAME_TO_WINDOW_VPOS
3011 here because the checks performed in debug mode there
3012 will not allow the conversion. */
3013 int row
= frame_row
- w
->desired_matrix
->matrix_y
;
3015 /* If FRAME_ROW is within W, assign the desired row to the
3016 current row (exchanging glyph pointers). */
3017 if (row
>= 0 && row
< w
->desired_matrix
->matrix_h
)
3019 struct glyph_row
*current_row
3020 = MATRIX_ROW (w
->current_matrix
, row
);
3021 struct glyph_row
*desired_row
3022 = MATRIX_ROW (w
->desired_matrix
, row
);
3024 if (desired_row
->enabled_p
)
3025 assign_row (current_row
, desired_row
);
3027 swap_glyph_pointers (desired_row
, current_row
);
3028 current_row
->enabled_p
= 1;
3032 w
= NILP (w
->next
) ? 0 : XWINDOW (w
->next
);
3037 /* Perform row dance after scrolling. We are working on the range of
3038 lines UNCHANGED_AT_TOP + 1 to UNCHANGED_AT_TOP + NLINES (not
3039 including) in MATRIX. COPY_FROM is a vector containing, for each
3040 row I in the range 0 <= I < NLINES, the index of the original line
3041 to move to I. This index is relative to the row range, i.e. 0 <=
3042 index < NLINES. RETAINED_P is a vector containing zero for each
3043 row 0 <= I < NLINES which is empty.
3045 This function is called from do_scrolling and do_direct_scrolling. */
3048 mirrored_line_dance (matrix
, unchanged_at_top
, nlines
, copy_from
,
3050 struct glyph_matrix
*matrix
;
3051 int unchanged_at_top
, nlines
;
3055 /* A copy of original rows. */
3056 struct glyph_row
*old_rows
;
3058 /* Rows to assign to. */
3059 struct glyph_row
*new_rows
= MATRIX_ROW (matrix
, unchanged_at_top
);
3063 /* Make a copy of the original rows. */
3064 old_rows
= (struct glyph_row
*) alloca (nlines
* sizeof *old_rows
);
3065 bcopy (new_rows
, old_rows
, nlines
* sizeof *old_rows
);
3067 /* Assign new rows, maybe clear lines. */
3068 for (i
= 0; i
< nlines
; ++i
)
3070 int enabled_before_p
= new_rows
[i
].enabled_p
;
3072 xassert (i
+ unchanged_at_top
< matrix
->nrows
);
3073 xassert (unchanged_at_top
+ copy_from
[i
] < matrix
->nrows
);
3074 new_rows
[i
] = old_rows
[copy_from
[i
]];
3075 new_rows
[i
].enabled_p
= enabled_before_p
;
3077 /* RETAINED_P is zero for empty lines. */
3078 if (!retained_p
[copy_from
[i
]])
3079 new_rows
[i
].enabled_p
= 0;
3082 /* Do the same for window matrices, if MATRIX is a frame matrix. */
3083 if (frame_matrix_frame
)
3084 mirror_line_dance (XWINDOW (frame_matrix_frame
->root_window
),
3085 unchanged_at_top
, nlines
, copy_from
, retained_p
);
3089 /* Synchronize glyph pointers in the current matrix of window W with
3090 the current frame matrix. */
3093 sync_window_with_frame_matrix_rows (w
)
3096 struct frame
*f
= XFRAME (w
->frame
);
3097 struct glyph_row
*window_row
, *window_row_end
, *frame_row
;
3098 int left
, right
, x
, width
;
3100 /* Preconditions: W must be a leaf window on a tty frame. */
3101 xassert (NILP (w
->hchild
) && NILP (w
->vchild
));
3102 xassert (!FRAME_WINDOW_P (f
));
3104 left
= margin_glyphs_to_reserve (w
, 1, w
->left_margin_cols
);
3105 right
= margin_glyphs_to_reserve (w
, 1, w
->right_margin_cols
);
3106 x
= w
->current_matrix
->matrix_x
;
3107 width
= w
->current_matrix
->matrix_w
;
3109 window_row
= w
->current_matrix
->rows
;
3110 window_row_end
= window_row
+ w
->current_matrix
->nrows
;
3111 frame_row
= f
->current_matrix
->rows
+ WINDOW_TOP_EDGE_LINE (w
);
3113 for (; window_row
< window_row_end
; ++window_row
, ++frame_row
)
3115 window_row
->glyphs
[LEFT_MARGIN_AREA
]
3116 = frame_row
->glyphs
[0] + x
;
3117 window_row
->glyphs
[TEXT_AREA
]
3118 = window_row
->glyphs
[LEFT_MARGIN_AREA
] + left
;
3119 window_row
->glyphs
[LAST_AREA
]
3120 = window_row
->glyphs
[LEFT_MARGIN_AREA
] + width
;
3121 window_row
->glyphs
[RIGHT_MARGIN_AREA
]
3122 = window_row
->glyphs
[LAST_AREA
] - right
;
3127 /* Return the window in the window tree rooted in W containing frame
3128 row ROW. Value is null if none is found. */
3131 frame_row_to_window (w
, row
)
3135 struct window
*found
= NULL
;
3139 if (!NILP (w
->hchild
))
3140 found
= frame_row_to_window (XWINDOW (w
->hchild
), row
);
3141 else if (!NILP (w
->vchild
))
3142 found
= frame_row_to_window (XWINDOW (w
->vchild
), row
);
3143 else if (row
>= WINDOW_TOP_EDGE_LINE (w
)
3144 && row
< WINDOW_BOTTOM_EDGE_LINE (w
))
3147 w
= NILP (w
->next
) ? 0 : XWINDOW (w
->next
);
3154 /* Perform a line dance in the window tree rooted at W, after
3155 scrolling a frame matrix in mirrored_line_dance.
3157 We are working on the range of lines UNCHANGED_AT_TOP + 1 to
3158 UNCHANGED_AT_TOP + NLINES (not including) in W's frame matrix.
3159 COPY_FROM is a vector containing, for each row I in the range 0 <=
3160 I < NLINES, the index of the original line to move to I. This
3161 index is relative to the row range, i.e. 0 <= index < NLINES.
3162 RETAINED_P is a vector containing zero for each row 0 <= I < NLINES
3166 mirror_line_dance (w
, unchanged_at_top
, nlines
, copy_from
, retained_p
)
3168 int unchanged_at_top
, nlines
;
3174 if (!NILP (w
->hchild
))
3175 mirror_line_dance (XWINDOW (w
->hchild
), unchanged_at_top
,
3176 nlines
, copy_from
, retained_p
);
3177 else if (!NILP (w
->vchild
))
3178 mirror_line_dance (XWINDOW (w
->vchild
), unchanged_at_top
,
3179 nlines
, copy_from
, retained_p
);
3182 /* W is a leaf window, and we are working on its current
3184 struct glyph_matrix
*m
= w
->current_matrix
;
3186 struct glyph_row
*old_rows
;
3188 /* Make a copy of the original rows of matrix m. */
3189 old_rows
= (struct glyph_row
*) alloca (m
->nrows
* sizeof *old_rows
);
3190 bcopy (m
->rows
, old_rows
, m
->nrows
* sizeof *old_rows
);
3192 for (i
= 0; i
< nlines
; ++i
)
3194 /* Frame relative line assigned to. */
3195 int frame_to
= i
+ unchanged_at_top
;
3197 /* Frame relative line assigned. */
3198 int frame_from
= copy_from
[i
] + unchanged_at_top
;
3200 /* Window relative line assigned to. */
3201 int window_to
= frame_to
- m
->matrix_y
;
3203 /* Window relative line assigned. */
3204 int window_from
= frame_from
- m
->matrix_y
;
3206 /* Is assigned line inside window? */
3207 int from_inside_window_p
3208 = window_from
>= 0 && window_from
< m
->matrix_h
;
3210 /* Is assigned to line inside window? */
3211 int to_inside_window_p
3212 = window_to
>= 0 && window_to
< m
->matrix_h
;
3214 if (from_inside_window_p
&& to_inside_window_p
)
3216 /* Enabled setting before assignment. */
3217 int enabled_before_p
;
3219 /* Do the assignment. The enabled_p flag is saved
3220 over the assignment because the old redisplay did
3222 enabled_before_p
= m
->rows
[window_to
].enabled_p
;
3223 m
->rows
[window_to
] = old_rows
[window_from
];
3224 m
->rows
[window_to
].enabled_p
= enabled_before_p
;
3226 /* If frame line is empty, window line is empty, too. */
3227 if (!retained_p
[copy_from
[i
]])
3228 m
->rows
[window_to
].enabled_p
= 0;
3230 else if (to_inside_window_p
)
3232 /* A copy between windows. This is an infrequent
3233 case not worth optimizing. */
3234 struct frame
*f
= XFRAME (w
->frame
);
3235 struct window
*root
= XWINDOW (FRAME_ROOT_WINDOW (f
));
3237 struct glyph_matrix
*m2
;
3240 w2
= frame_row_to_window (root
, frame_from
);
3241 /* ttn@surf.glug.org: when enabling menu bar using `emacs
3242 -nw', FROM_FRAME sometimes has no associated window.
3243 This check avoids a segfault if W2 is null. */
3246 m2
= w2
->current_matrix
;
3247 m2_from
= frame_from
- m2
->matrix_y
;
3248 copy_row_except_pointers (m
->rows
+ window_to
,
3249 m2
->rows
+ m2_from
);
3251 /* If frame line is empty, window line is empty, too. */
3252 if (!retained_p
[copy_from
[i
]])
3253 m
->rows
[window_to
].enabled_p
= 0;
3257 else if (from_inside_window_p
)
3261 /* If there was a copy between windows, make sure glyph
3262 pointers are in sync with the frame matrix. */
3264 sync_window_with_frame_matrix_rows (w
);
3266 /* Check that no pointers are lost. */
3270 /* Next window on same level. */
3271 w
= NILP (w
->next
) ? 0 : XWINDOW (w
->next
);
3278 /* Check that window and frame matrices agree about their
3279 understanding where glyphs of the rows are to find. For each
3280 window in the window tree rooted at W, check that rows in the
3281 matrices of leaf window agree with their frame matrices about
3285 check_window_matrix_pointers (w
)
3290 if (!NILP (w
->hchild
))
3291 check_window_matrix_pointers (XWINDOW (w
->hchild
));
3292 else if (!NILP (w
->vchild
))
3293 check_window_matrix_pointers (XWINDOW (w
->vchild
));
3296 struct frame
*f
= XFRAME (w
->frame
);
3297 check_matrix_pointers (w
->desired_matrix
, f
->desired_matrix
);
3298 check_matrix_pointers (w
->current_matrix
, f
->current_matrix
);
3301 w
= NILP (w
->next
) ? 0 : XWINDOW (w
->next
);
3306 /* Check that window rows are slices of frame rows. WINDOW_MATRIX is
3307 a window and FRAME_MATRIX is the corresponding frame matrix. For
3308 each row in WINDOW_MATRIX check that it's a slice of the
3309 corresponding frame row. If it isn't, abort. */
3312 check_matrix_pointers (window_matrix
, frame_matrix
)
3313 struct glyph_matrix
*window_matrix
, *frame_matrix
;
3315 /* Row number in WINDOW_MATRIX. */
3318 /* Row number corresponding to I in FRAME_MATRIX. */
3319 int j
= window_matrix
->matrix_y
;
3321 /* For all rows check that the row in the window matrix is a
3322 slice of the row in the frame matrix. If it isn't we didn't
3323 mirror an operation on the frame matrix correctly. */
3324 while (i
< window_matrix
->nrows
)
3326 if (!glyph_row_slice_p (window_matrix
->rows
+ i
,
3327 frame_matrix
->rows
+ j
))
3333 #endif /* GLYPH_DEBUG != 0 */
3337 /**********************************************************************
3338 VPOS and HPOS translations
3339 **********************************************************************/
3343 /* Translate vertical position VPOS which is relative to window W to a
3344 vertical position relative to W's frame. */
3347 window_to_frame_vpos (w
, vpos
)
3351 struct frame
*f
= XFRAME (w
->frame
);
3353 xassert (!FRAME_WINDOW_P (f
));
3354 xassert (vpos
>= 0 && vpos
<= w
->desired_matrix
->nrows
);
3355 vpos
+= WINDOW_TOP_EDGE_LINE (w
);
3356 xassert (vpos
>= 0 && vpos
<= FRAME_LINES (f
));
3361 /* Translate horizontal position HPOS which is relative to window W to
3362 a horizontal position relative to W's frame. */
3365 window_to_frame_hpos (w
, hpos
)
3369 xassert (!FRAME_WINDOW_P (XFRAME (w
->frame
)));
3370 hpos
+= WINDOW_LEFT_EDGE_COL (w
);
3374 #endif /* GLYPH_DEBUG */
3378 /**********************************************************************
3380 **********************************************************************/
3382 DEFUN ("redraw-frame", Fredraw_frame
, Sredraw_frame
, 1, 1, 0,
3383 doc
: /* Clear frame FRAME and output again what is supposed to appear on it. */)
3389 CHECK_LIVE_FRAME (frame
);
3392 /* Ignore redraw requests, if frame has no glyphs yet.
3393 (Implementation note: It still has to be checked why we are
3394 called so early here). */
3395 if (!glyphs_initialized_initially_p
)
3400 if (FRAME_MSDOS_P (f
))
3401 FRAME_TERMINAL (f
)->set_terminal_modes_hook (FRAME_TERMINAL (f
));
3404 clear_current_matrices (f
);
3406 if (FRAME_TERMCAP_P (f
))
3407 fflush (FRAME_TTY (f
)->output
);
3408 windows_or_buffers_changed
++;
3409 /* Mark all windows as inaccurate, so that every window will have
3410 its redisplay done. */
3411 mark_window_display_accurate (FRAME_ROOT_WINDOW (f
), 0);
3412 set_window_update_flags (XWINDOW (FRAME_ROOT_WINDOW (f
)), 1);
3418 /* Redraw frame F. This is nothing more than a call to the Lisp
3419 function redraw-frame. */
3426 XSETFRAME (frame
, f
);
3427 Fredraw_frame (frame
);
3431 DEFUN ("redraw-display", Fredraw_display
, Sredraw_display
, 0, 0, "",
3432 doc
: /* Clear and redisplay all visible frames. */)
3435 Lisp_Object tail
, frame
;
3437 FOR_EACH_FRAME (tail
, frame
)
3438 if (FRAME_VISIBLE_P (XFRAME (frame
)))
3439 Fredraw_frame (frame
);
3445 /* This is used when frame_garbaged is set. Call Fredraw_frame on all
3446 visible frames marked as garbaged. */
3449 redraw_garbaged_frames ()
3451 Lisp_Object tail
, frame
;
3453 FOR_EACH_FRAME (tail
, frame
)
3454 if (FRAME_VISIBLE_P (XFRAME (frame
))
3455 && FRAME_GARBAGED_P (XFRAME (frame
)))
3456 Fredraw_frame (frame
);
3461 /***********************************************************************
3463 ***********************************************************************/
3465 /* Update frame F based on the data in desired matrices.
3467 If FORCE_P is non-zero, don't let redisplay be stopped by detecting
3468 pending input. If INHIBIT_HAIRY_ID_P is non-zero, don't try
3471 Value is non-zero if redisplay was stopped due to pending input. */
3474 update_frame (f
, force_p
, inhibit_hairy_id_p
)
3477 int inhibit_hairy_id_p
;
3479 /* 1 means display has been paused because of pending input. */
3481 struct window
*root_window
= XWINDOW (f
->root_window
);
3483 if (redisplay_dont_pause
)
3485 #if PERIODIC_PREEMPTION_CHECKING
3486 else if (NILP (Vredisplay_preemption_period
))
3488 else if (!force_p
&& NUMBERP (Vredisplay_preemption_period
))
3491 double p
= XFLOATINT (Vredisplay_preemption_period
);
3494 if (detect_input_pending_ignore_squeezables ())
3501 usec
= (p
- sec
) * 1000000;
3503 EMACS_GET_TIME (tm
);
3504 EMACS_SET_SECS_USECS (preemption_period
, sec
, usec
);
3505 EMACS_ADD_TIME (preemption_next_check
, tm
, preemption_period
);
3509 if (FRAME_WINDOW_P (f
))
3511 /* We are working on window matrix basis. All windows whose
3512 flag must_be_updated_p is set have to be updated. */
3514 /* Record that we are not working on frame matrices. */
3515 set_frame_matrix_frame (NULL
);
3517 /* Update all windows in the window tree of F, maybe stopping
3518 when pending input is detected. */
3521 /* Update the menu bar on X frames that don't have toolkit
3523 if (WINDOWP (f
->menu_bar_window
))
3524 update_window (XWINDOW (f
->menu_bar_window
), 1);
3526 /* Update the tool-bar window, if present. */
3527 if (WINDOWP (f
->tool_bar_window
))
3529 struct window
*w
= XWINDOW (f
->tool_bar_window
);
3531 /* Update tool-bar window. */
3532 if (w
->must_be_updated_p
)
3536 update_window (w
, 1);
3537 w
->must_be_updated_p
= 0;
3539 /* Swap tool-bar strings. We swap because we want to
3541 tem
= f
->current_tool_bar_string
;
3542 f
->current_tool_bar_string
= f
->desired_tool_bar_string
;
3543 f
->desired_tool_bar_string
= tem
;
3548 /* Update windows. */
3549 paused_p
= update_window_tree (root_window
, force_p
);
3552 /* This flush is a performance bottleneck under X,
3553 and it doesn't seem to be necessary anyway (in general).
3554 It is necessary when resizing the window with the mouse, or
3555 at least the fringes are not redrawn in a timely manner. ++kfs */
3556 if (f
->force_flush_display_p
)
3558 FRAME_RIF (f
)->flush_display (f
);
3559 f
->force_flush_display_p
= 0;
3564 /* We are working on frame matrix basis. Set the frame on whose
3565 frame matrix we operate. */
3566 set_frame_matrix_frame (f
);
3568 /* Build F's desired matrix from window matrices. */
3569 build_frame_matrix (f
);
3571 /* Update the display */
3573 paused_p
= update_frame_1 (f
, force_p
, inhibit_hairy_id_p
);
3576 if (FRAME_TERMCAP_P (f
) || FRAME_MSDOS_P (f
))
3578 if (FRAME_TTY (f
)->termscript
)
3579 fflush (FRAME_TTY (f
)->termscript
);
3580 if (FRAME_TERMCAP_P (f
))
3581 fflush (FRAME_TTY (f
)->output
);
3584 /* Check window matrices for lost pointers. */
3586 check_window_matrix_pointers (root_window
);
3587 add_frame_display_history (f
, paused_p
);
3592 /* Reset flags indicating that a window should be updated. */
3593 set_window_update_flags (root_window
, 0);
3595 display_completed
= !paused_p
;
3601 /************************************************************************
3602 Window-based updates
3603 ************************************************************************/
3605 /* Perform updates in window tree rooted at W. FORCE_P non-zero means
3606 don't stop updating when input is pending. */
3609 update_window_tree (w
, force_p
)
3615 while (w
&& !paused_p
)
3617 if (!NILP (w
->hchild
))
3618 paused_p
|= update_window_tree (XWINDOW (w
->hchild
), force_p
);
3619 else if (!NILP (w
->vchild
))
3620 paused_p
|= update_window_tree (XWINDOW (w
->vchild
), force_p
);
3621 else if (w
->must_be_updated_p
)
3622 paused_p
|= update_window (w
, force_p
);
3624 w
= NILP (w
->next
) ? 0 : XWINDOW (w
->next
);
3631 /* Update window W if its flag must_be_updated_p is non-zero. If
3632 FORCE_P is non-zero, don't stop updating if input is pending. */
3635 update_single_window (w
, force_p
)
3639 if (w
->must_be_updated_p
)
3641 struct frame
*f
= XFRAME (WINDOW_FRAME (w
));
3643 /* Record that this is not a frame-based redisplay. */
3644 set_frame_matrix_frame (NULL
);
3646 if (redisplay_dont_pause
)
3648 #if PERIODIC_PREEMPTION_CHECKING
3649 else if (NILP (Vredisplay_preemption_period
))
3651 else if (!force_p
&& NUMBERP (Vredisplay_preemption_period
))
3654 double p
= XFLOATINT (Vredisplay_preemption_period
);
3658 usec
= (p
- sec
) * 1000000;
3660 EMACS_GET_TIME (tm
);
3661 EMACS_SET_SECS_USECS (preemption_period
, sec
, usec
);
3662 EMACS_ADD_TIME (preemption_next_check
, tm
, preemption_period
);
3668 update_window (w
, force_p
);
3671 /* Reset flag in W. */
3672 w
->must_be_updated_p
= 0;
3676 #ifdef HAVE_WINDOW_SYSTEM
3678 /* Redraw lines from the current matrix of window W that are
3679 overlapped by other rows. YB is bottom-most y-position in W. */
3682 redraw_overlapped_rows (w
, yb
)
3687 struct frame
*f
= XFRAME (WINDOW_FRAME (w
));
3689 /* If rows overlapping others have been changed, the rows being
3690 overlapped have to be redrawn. This won't draw lines that have
3691 already been drawn in update_window_line because overlapped_p in
3692 desired rows is 0, so after row assignment overlapped_p in
3693 current rows is 0. */
3694 for (i
= 0; i
< w
->current_matrix
->nrows
; ++i
)
3696 struct glyph_row
*row
= w
->current_matrix
->rows
+ i
;
3698 if (!row
->enabled_p
)
3700 else if (row
->mode_line_p
)
3703 if (row
->overlapped_p
)
3705 enum glyph_row_area area
;
3707 for (area
= LEFT_MARGIN_AREA
; area
< LAST_AREA
; ++area
)
3710 updated_area
= area
;
3711 FRAME_RIF (f
)->cursor_to (i
, 0, row
->y
,
3712 area
== TEXT_AREA
? row
->x
: 0);
3713 if (row
->used
[area
])
3714 FRAME_RIF (f
)->write_glyphs (row
->glyphs
[area
],
3716 FRAME_RIF (f
)->clear_end_of_line (-1);
3719 row
->overlapped_p
= 0;
3722 if (MATRIX_ROW_BOTTOM_Y (row
) >= yb
)
3728 /* Redraw lines from the current matrix of window W that overlap
3729 others. YB is bottom-most y-position in W. */
3732 redraw_overlapping_rows (w
, yb
)
3737 struct glyph_row
*row
;
3738 struct redisplay_interface
*rif
= FRAME_RIF (XFRAME (WINDOW_FRAME (w
)));
3740 for (i
= 0; i
< w
->current_matrix
->nrows
; ++i
)
3742 row
= w
->current_matrix
->rows
+ i
;
3744 if (!row
->enabled_p
)
3746 else if (row
->mode_line_p
)
3749 bottom_y
= MATRIX_ROW_BOTTOM_Y (row
);
3751 if (row
->overlapping_p
)
3755 if (MATRIX_ROW_OVERLAPS_PRED_P (row
) && i
> 0
3756 && !MATRIX_ROW (w
->current_matrix
, i
- 1)->overlapped_p
)
3757 overlaps
|= OVERLAPS_PRED
;
3758 if (MATRIX_ROW_OVERLAPS_SUCC_P (row
) && bottom_y
< yb
3759 && !MATRIX_ROW (w
->current_matrix
, i
+ 1)->overlapped_p
)
3760 overlaps
|= OVERLAPS_SUCC
;
3764 if (row
->used
[LEFT_MARGIN_AREA
])
3765 rif
->fix_overlapping_area (w
, row
, LEFT_MARGIN_AREA
, overlaps
);
3767 if (row
->used
[TEXT_AREA
])
3768 rif
->fix_overlapping_area (w
, row
, TEXT_AREA
, overlaps
);
3770 if (row
->used
[RIGHT_MARGIN_AREA
])
3771 rif
->fix_overlapping_area (w
, row
, RIGHT_MARGIN_AREA
, overlaps
);
3773 /* Record in neighbour rows that ROW overwrites part of
3775 if (overlaps
& OVERLAPS_PRED
)
3776 MATRIX_ROW (w
->current_matrix
, i
- 1)->overlapped_p
= 1;
3777 if (overlaps
& OVERLAPS_SUCC
)
3778 MATRIX_ROW (w
->current_matrix
, i
+ 1)->overlapped_p
= 1;
3787 #endif /* HAVE_WINDOW_SYSTEM */
3792 /* Check that no row in the current matrix of window W is enabled
3793 which is below what's displayed in the window. */
3796 check_current_matrix_flags (w
)
3799 int last_seen_p
= 0;
3800 int i
, yb
= window_text_bottom_y (w
);
3802 for (i
= 0; i
< w
->current_matrix
->nrows
- 1; ++i
)
3804 struct glyph_row
*row
= MATRIX_ROW (w
->current_matrix
, i
);
3805 if (!last_seen_p
&& MATRIX_ROW_BOTTOM_Y (row
) >= yb
)
3807 else if (last_seen_p
&& row
->enabled_p
)
3812 #endif /* GLYPH_DEBUG */
3815 /* Update display of window W. FORCE_P non-zero means that we should
3816 not stop when detecting pending input. */
3819 update_window (w
, force_p
)
3823 struct glyph_matrix
*desired_matrix
= w
->desired_matrix
;
3825 #if !PERIODIC_PREEMPTION_CHECKING
3826 int preempt_count
= baud_rate
/ 2400 + 1;
3828 extern int input_pending
;
3829 extern Lisp_Object do_mouse_tracking
;
3830 struct redisplay_interface
*rif
= FRAME_RIF (XFRAME (WINDOW_FRAME (w
)));
3832 /* Check that W's frame doesn't have glyph matrices. */
3833 xassert (FRAME_WINDOW_P (XFRAME (WINDOW_FRAME (w
))));
3836 /* Check pending input the first time so that we can quickly return. */
3837 #if !PERIODIC_PREEMPTION_CHECKING
3839 detect_input_pending_ignore_squeezables ();
3842 /* If forced to complete the update, or if no input is pending, do
3844 if (force_p
|| !input_pending
|| !NILP (do_mouse_tracking
))
3846 struct glyph_row
*row
, *end
;
3847 struct glyph_row
*mode_line_row
;
3848 struct glyph_row
*header_line_row
;
3849 int yb
, changed_p
= 0, mouse_face_overwritten_p
= 0, n_updated
;
3851 rif
->update_window_begin_hook (w
);
3852 yb
= window_text_bottom_y (w
);
3854 /* If window has a header line, update it before everything else.
3855 Adjust y-positions of other rows by the header line height. */
3856 row
= desired_matrix
->rows
;
3857 end
= row
+ desired_matrix
->nrows
- 1;
3859 if (row
->mode_line_p
)
3861 header_line_row
= row
;
3865 header_line_row
= NULL
;
3867 /* Update the mode line, if necessary. */
3868 mode_line_row
= MATRIX_MODE_LINE_ROW (desired_matrix
);
3869 if (mode_line_row
->mode_line_p
&& mode_line_row
->enabled_p
)
3871 mode_line_row
->y
= yb
;
3872 update_window_line (w
, MATRIX_ROW_VPOS (mode_line_row
,
3874 &mouse_face_overwritten_p
);
3877 /* Find first enabled row. Optimizations in redisplay_internal
3878 may lead to an update with only one row enabled. There may
3879 be also completely empty matrices. */
3880 while (row
< end
&& !row
->enabled_p
)
3883 /* Try reusing part of the display by copying. */
3884 if (row
< end
&& !desired_matrix
->no_scrolling_p
)
3886 int rc
= scrolling_window (w
, header_line_row
!= NULL
);
3889 /* All rows were found to be equal. */
3895 /* We've scrolled the display. */
3901 /* Update the rest of the lines. */
3902 for (n_updated
= 0; row
< end
&& (force_p
|| !input_pending
); ++row
)
3905 int vpos
= MATRIX_ROW_VPOS (row
, desired_matrix
);
3908 /* We'll have to play a little bit with when to
3909 detect_input_pending. If it's done too often,
3910 scrolling large windows with repeated scroll-up
3911 commands will too quickly pause redisplay. */
3912 #if PERIODIC_PREEMPTION_CHECKING
3916 EMACS_GET_TIME (tm
);
3917 EMACS_SUB_TIME (dif
, preemption_next_check
, tm
);
3918 if (EMACS_TIME_NEG_P (dif
))
3920 EMACS_ADD_TIME (preemption_next_check
, tm
, preemption_period
);
3921 if (detect_input_pending_ignore_squeezables ())
3926 if (!force_p
&& ++n_updated
% preempt_count
== 0)
3927 detect_input_pending_ignore_squeezables ();
3929 changed_p
|= update_window_line (w
, vpos
,
3930 &mouse_face_overwritten_p
);
3932 /* Mark all rows below the last visible one in the current
3933 matrix as invalid. This is necessary because of
3934 variable line heights. Consider the case of three
3935 successive redisplays, where the first displays 5
3936 lines, the second 3 lines, and the third 5 lines again.
3937 If the second redisplay wouldn't mark rows in the
3938 current matrix invalid, the third redisplay might be
3939 tempted to optimize redisplay based on lines displayed
3940 in the first redisplay. */
3941 if (MATRIX_ROW_BOTTOM_Y (row
) >= yb
)
3942 for (i
= vpos
+ 1; i
< w
->current_matrix
->nrows
- 1; ++i
)
3943 MATRIX_ROW (w
->current_matrix
, i
)->enabled_p
= 0;
3946 /* Was display preempted? */
3947 paused_p
= row
< end
;
3951 /* Update the header line after scrolling because a new header
3952 line would otherwise overwrite lines at the top of the window
3953 that can be scrolled. */
3954 if (header_line_row
&& header_line_row
->enabled_p
)
3956 header_line_row
->y
= 0;
3957 update_window_line (w
, 0, &mouse_face_overwritten_p
);
3960 /* Fix the appearance of overlapping/overlapped rows. */
3961 if (!paused_p
&& !w
->pseudo_window_p
)
3963 #ifdef HAVE_WINDOW_SYSTEM
3964 if (changed_p
&& rif
->fix_overlapping_area
)
3966 redraw_overlapped_rows (w
, yb
);
3967 redraw_overlapping_rows (w
, yb
);
3971 /* Make cursor visible at cursor position of W. */
3972 set_window_cursor_after_update (w
);
3974 #if 0 /* Check that current matrix invariants are satisfied. This is
3975 for debugging only. See the comment of check_matrix_invariants. */
3976 IF_DEBUG (check_matrix_invariants (w
));
3981 /* Remember the redisplay method used to display the matrix. */
3982 strcpy (w
->current_matrix
->method
, w
->desired_matrix
->method
);
3985 #ifdef HAVE_WINDOW_SYSTEM
3986 update_window_fringes (w
, 0);
3989 /* End the update of window W. Don't set the cursor if we
3990 paused updating the display because in this case,
3991 set_window_cursor_after_update hasn't been called, and
3992 output_cursor doesn't contain the cursor location. */
3993 rif
->update_window_end_hook (w
, !paused_p
, mouse_face_overwritten_p
);
3999 /* check_current_matrix_flags (w); */
4000 add_window_display_history (w
, w
->current_matrix
->method
, paused_p
);
4003 clear_glyph_matrix (desired_matrix
);
4009 /* Update the display of area AREA in window W, row number VPOS.
4010 AREA can be either LEFT_MARGIN_AREA or RIGHT_MARGIN_AREA. */
4013 update_marginal_area (w
, area
, vpos
)
4017 struct glyph_row
*desired_row
= MATRIX_ROW (w
->desired_matrix
, vpos
);
4018 struct redisplay_interface
*rif
= FRAME_RIF (XFRAME (WINDOW_FRAME (w
)));
4020 /* Let functions in xterm.c know what area subsequent X positions
4021 will be relative to. */
4022 updated_area
= area
;
4024 /* Set cursor to start of glyphs, write them, and clear to the end
4025 of the area. I don't think that something more sophisticated is
4026 necessary here, since marginal areas will not be the default. */
4027 rif
->cursor_to (vpos
, 0, desired_row
->y
, 0);
4028 if (desired_row
->used
[area
])
4029 rif
->write_glyphs (desired_row
->glyphs
[area
], desired_row
->used
[area
]);
4030 rif
->clear_end_of_line (-1);
4034 /* Update the display of the text area of row VPOS in window W.
4035 Value is non-zero if display has changed. */
4038 update_text_area (w
, vpos
)
4042 struct glyph_row
*current_row
= MATRIX_ROW (w
->current_matrix
, vpos
);
4043 struct glyph_row
*desired_row
= MATRIX_ROW (w
->desired_matrix
, vpos
);
4044 struct redisplay_interface
*rif
= FRAME_RIF (XFRAME (WINDOW_FRAME (w
)));
4047 /* Let functions in xterm.c know what area subsequent X positions
4048 will be relative to. */
4049 updated_area
= TEXT_AREA
;
4051 /* If rows are at different X or Y, or rows have different height,
4052 or the current row is marked invalid, write the entire line. */
4053 if (!current_row
->enabled_p
4054 || desired_row
->y
!= current_row
->y
4055 || desired_row
->ascent
!= current_row
->ascent
4056 || desired_row
->phys_ascent
!= current_row
->phys_ascent
4057 || desired_row
->phys_height
!= current_row
->phys_height
4058 || desired_row
->visible_height
!= current_row
->visible_height
4059 || current_row
->overlapped_p
4060 /* This next line is necessary for correctly redrawing
4061 mouse-face areas after scrolling and other operations.
4062 However, it causes excessive flickering when mouse is moved
4063 across the mode line. Luckily, turning it off for the mode
4064 line doesn't seem to hurt anything. -- cyd.
4065 But it is still needed for the header line. -- kfs. */
4066 || (current_row
->mouse_face_p
4067 && !(current_row
->mode_line_p
&& vpos
> 0))
4068 || current_row
->x
!= desired_row
->x
)
4070 rif
->cursor_to (vpos
, 0, desired_row
->y
, desired_row
->x
);
4072 if (desired_row
->used
[TEXT_AREA
])
4073 rif
->write_glyphs (desired_row
->glyphs
[TEXT_AREA
],
4074 desired_row
->used
[TEXT_AREA
]);
4076 /* Clear to end of window. */
4077 rif
->clear_end_of_line (-1);
4080 /* This erases the cursor. We do this here because
4081 notice_overwritten_cursor cannot easily check this, which
4082 might indicate that the whole functionality of
4083 notice_overwritten_cursor would better be implemented here.
4084 On the other hand, we need notice_overwritten_cursor as long
4085 as mouse highlighting is done asynchronously outside of
4087 if (vpos
== w
->phys_cursor
.vpos
)
4088 w
->phys_cursor_on_p
= 0;
4093 struct glyph
*current_glyph
= current_row
->glyphs
[TEXT_AREA
];
4094 struct glyph
*desired_glyph
= desired_row
->glyphs
[TEXT_AREA
];
4095 int overlapping_glyphs_p
= current_row
->contains_overlapping_glyphs_p
;
4096 int desired_stop_pos
= desired_row
->used
[TEXT_AREA
];
4097 int abort_skipping
= 0;
4099 /* If the desired row extends its face to the text area end, and
4100 unless the current row also does so at the same position,
4101 make sure we write at least one glyph, so that the face
4102 extension actually takes place. */
4103 if (MATRIX_ROW_EXTENDS_FACE_P (desired_row
)
4104 && (desired_stop_pos
< current_row
->used
[TEXT_AREA
]
4105 || (desired_stop_pos
== current_row
->used
[TEXT_AREA
]
4106 && !MATRIX_ROW_EXTENDS_FACE_P (current_row
))))
4109 stop
= min (current_row
->used
[TEXT_AREA
], desired_stop_pos
);
4113 /* Loop over glyphs that current and desired row may have
4117 int can_skip_p
= !abort_skipping
;
4119 /* Skip over glyphs that both rows have in common. These
4120 don't have to be written. We can't skip if the last
4121 current glyph overlaps the glyph to its right. For
4122 example, consider a current row of `if ' with the `f' in
4123 Courier bold so that it overlaps the ` ' to its right.
4124 If the desired row is ` ', we would skip over the space
4125 after the `if' and there would remain a pixel from the
4126 `f' on the screen. */
4127 if (overlapping_glyphs_p
&& i
> 0)
4129 struct glyph
*glyph
= ¤t_row
->glyphs
[TEXT_AREA
][i
- 1];
4132 rif
->get_glyph_overhangs (glyph
, XFRAME (w
->frame
),
4134 can_skip_p
= (right
== 0 && !abort_skipping
);
4142 && GLYPH_EQUAL_P (desired_glyph
, current_glyph
))
4144 x
+= desired_glyph
->pixel_width
;
4145 ++desired_glyph
, ++current_glyph
, ++i
;
4148 /* Consider the case that the current row contains "xxx
4149 ppp ggg" in italic Courier font, and the desired row
4150 is "xxx ggg". The character `p' has lbearing, `g'
4151 has not. The loop above will stop in front of the
4152 first `p' in the current row. If we would start
4153 writing glyphs there, we wouldn't erase the lbearing
4154 of the `p'. The rest of the lbearing problem is then
4155 taken care of by draw_glyphs. */
4156 if (overlapping_glyphs_p
4158 && i
< current_row
->used
[TEXT_AREA
]
4159 && (current_row
->used
[TEXT_AREA
]
4160 != desired_row
->used
[TEXT_AREA
]))
4164 rif
->get_glyph_overhangs (current_glyph
, XFRAME (w
->frame
),
4166 while (left
> 0 && i
> 0)
4168 --i
, --desired_glyph
, --current_glyph
;
4169 x
-= desired_glyph
->pixel_width
;
4170 left
-= desired_glyph
->pixel_width
;
4173 /* Abort the skipping algorithm if we end up before
4174 our starting point, to avoid looping (bug#1070).
4175 This can happen when the lbearing is larger than
4177 abort_skipping
= (i
< start_hpos
);
4181 /* Try to avoid writing the entire rest of the desired row
4182 by looking for a resync point. This mainly prevents
4183 mode line flickering in the case the mode line is in
4184 fixed-pitch font, which it usually will be. */
4185 if (i
< desired_row
->used
[TEXT_AREA
])
4187 int start_x
= x
, start_hpos
= i
;
4188 struct glyph
*start
= desired_glyph
;
4190 int skip_first_p
= !can_skip_p
;
4192 /* Find the next glyph that's equal again. */
4195 || !GLYPH_EQUAL_P (desired_glyph
, current_glyph
))
4198 x
+= desired_glyph
->pixel_width
;
4199 current_x
+= current_glyph
->pixel_width
;
4200 ++desired_glyph
, ++current_glyph
, ++i
;
4204 if (i
== start_hpos
|| x
!= current_x
)
4208 desired_glyph
= start
;
4212 rif
->cursor_to (vpos
, start_hpos
, desired_row
->y
, start_x
);
4213 rif
->write_glyphs (start
, i
- start_hpos
);
4218 /* Write the rest. */
4219 if (i
< desired_row
->used
[TEXT_AREA
])
4221 rif
->cursor_to (vpos
, i
, desired_row
->y
, x
);
4222 rif
->write_glyphs (desired_glyph
, desired_row
->used
[TEXT_AREA
] - i
);
4226 /* Maybe clear to end of line. */
4227 if (MATRIX_ROW_EXTENDS_FACE_P (desired_row
))
4229 /* If new row extends to the end of the text area, nothing
4230 has to be cleared, if and only if we did a write_glyphs
4231 above. This is made sure by setting desired_stop_pos
4232 appropriately above. */
4233 xassert (i
< desired_row
->used
[TEXT_AREA
]
4234 || ((desired_row
->used
[TEXT_AREA
]
4235 == current_row
->used
[TEXT_AREA
])
4236 && MATRIX_ROW_EXTENDS_FACE_P (current_row
)));
4238 else if (MATRIX_ROW_EXTENDS_FACE_P (current_row
))
4240 /* If old row extends to the end of the text area, clear. */
4241 if (i
>= desired_row
->used
[TEXT_AREA
])
4242 rif
->cursor_to (vpos
, i
, desired_row
->y
,
4243 desired_row
->pixel_width
);
4244 rif
->clear_end_of_line (-1);
4247 else if (desired_row
->pixel_width
< current_row
->pixel_width
)
4249 /* Otherwise clear to the end of the old row. Everything
4250 after that position should be clear already. */
4253 if (i
>= desired_row
->used
[TEXT_AREA
])
4254 rif
->cursor_to (vpos
, i
, desired_row
->y
,
4255 desired_row
->pixel_width
);
4257 /* If cursor is displayed at the end of the line, make sure
4258 it's cleared. Nowadays we don't have a phys_cursor_glyph
4259 with which to erase the cursor (because this method
4260 doesn't work with lbearing/rbearing), so we must do it
4262 if (vpos
== w
->phys_cursor
.vpos
4263 && (desired_row
->reversed_p
4264 ? (w
->phys_cursor
.hpos
< 0)
4265 : (w
->phys_cursor
.hpos
>= desired_row
->used
[TEXT_AREA
])))
4267 w
->phys_cursor_on_p
= 0;
4271 x
= current_row
->pixel_width
;
4272 rif
->clear_end_of_line (x
);
4281 /* Update row VPOS in window W. Value is non-zero if display has been
4285 update_window_line (w
, vpos
, mouse_face_overwritten_p
)
4287 int vpos
, *mouse_face_overwritten_p
;
4289 struct glyph_row
*current_row
= MATRIX_ROW (w
->current_matrix
, vpos
);
4290 struct glyph_row
*desired_row
= MATRIX_ROW (w
->desired_matrix
, vpos
);
4291 struct redisplay_interface
*rif
= FRAME_RIF (XFRAME (WINDOW_FRAME (w
)));
4294 /* Set the row being updated. This is important to let xterm.c
4295 know what line height values are in effect. */
4296 updated_row
= desired_row
;
4298 /* A row can be completely invisible in case a desired matrix was
4299 built with a vscroll and then make_cursor_line_fully_visible shifts
4300 the matrix. Make sure to make such rows current anyway, since
4301 we need the correct y-position, for example, in the current matrix. */
4302 if (desired_row
->mode_line_p
4303 || desired_row
->visible_height
> 0)
4305 xassert (desired_row
->enabled_p
);
4307 /* Update display of the left margin area, if there is one. */
4308 if (!desired_row
->full_width_p
4309 && !NILP (w
->left_margin_cols
))
4312 update_marginal_area (w
, LEFT_MARGIN_AREA
, vpos
);
4315 /* Update the display of the text area. */
4316 if (update_text_area (w
, vpos
))
4319 if (current_row
->mouse_face_p
)
4320 *mouse_face_overwritten_p
= 1;
4323 /* Update display of the right margin area, if there is one. */
4324 if (!desired_row
->full_width_p
4325 && !NILP (w
->right_margin_cols
))
4328 update_marginal_area (w
, RIGHT_MARGIN_AREA
, vpos
);
4331 /* Draw truncation marks etc. */
4332 if (!current_row
->enabled_p
4333 || desired_row
->y
!= current_row
->y
4334 || desired_row
->visible_height
!= current_row
->visible_height
4335 || desired_row
->cursor_in_fringe_p
!= current_row
->cursor_in_fringe_p
4336 || desired_row
->overlay_arrow_bitmap
!= current_row
->overlay_arrow_bitmap
4337 || current_row
->redraw_fringe_bitmaps_p
4338 || desired_row
->mode_line_p
!= current_row
->mode_line_p
4339 || desired_row
->exact_window_width_line_p
!= current_row
->exact_window_width_line_p
4340 || (MATRIX_ROW_CONTINUATION_LINE_P (desired_row
)
4341 != MATRIX_ROW_CONTINUATION_LINE_P (current_row
)))
4342 rif
->after_update_window_line_hook (desired_row
);
4345 /* Update current_row from desired_row. */
4346 make_current (w
->desired_matrix
, w
->current_matrix
, vpos
);
4352 /* Set the cursor after an update of window W. This function may only
4353 be called from update_window. */
4356 set_window_cursor_after_update (w
)
4359 struct frame
*f
= XFRAME (w
->frame
);
4360 struct redisplay_interface
*rif
= FRAME_RIF (f
);
4361 int cx
, cy
, vpos
, hpos
;
4363 /* Not intended for frame matrix updates. */
4364 xassert (FRAME_WINDOW_P (f
));
4366 if (cursor_in_echo_area
4367 && !NILP (echo_area_buffer
[0])
4368 /* If we are showing a message instead of the mini-buffer,
4369 show the cursor for the message instead. */
4370 && XWINDOW (minibuf_window
) == w
4371 && EQ (minibuf_window
, echo_area_window
)
4372 /* These cases apply only to the frame that contains
4373 the active mini-buffer window. */
4374 && FRAME_HAS_MINIBUF_P (f
)
4375 && EQ (FRAME_MINIBUF_WINDOW (f
), echo_area_window
))
4377 cx
= cy
= vpos
= hpos
= 0;
4379 if (cursor_in_echo_area
>= 0)
4381 /* If the mini-buffer is several lines high, find the last
4382 line that has any text on it. Note: either all lines
4383 are enabled or none. Otherwise we wouldn't be able to
4385 struct glyph_row
*row
, *last_row
;
4386 struct glyph
*glyph
;
4387 int yb
= window_text_bottom_y (w
);
4390 row
= w
->current_matrix
->rows
;
4391 while (row
->enabled_p
4392 && (last_row
== NULL
4393 || MATRIX_ROW_BOTTOM_Y (row
) <= yb
))
4395 if (row
->used
[TEXT_AREA
]
4396 && row
->glyphs
[TEXT_AREA
][0].charpos
>= 0)
4403 struct glyph
*start
= last_row
->glyphs
[TEXT_AREA
];
4404 struct glyph
*last
= start
+ last_row
->used
[TEXT_AREA
] - 1;
4406 while (last
> start
&& last
->charpos
< 0)
4409 for (glyph
= start
; glyph
< last
; ++glyph
)
4411 cx
+= glyph
->pixel_width
;
4416 vpos
= MATRIX_ROW_VPOS (last_row
, w
->current_matrix
);
4424 hpos
= w
->cursor
.hpos
;
4425 vpos
= w
->cursor
.vpos
;
4428 /* Window cursor can be out of sync for horizontally split windows. */
4429 hpos
= max (-1, hpos
); /* -1 is for when cursor is on the left fringe */
4430 hpos
= min (w
->current_matrix
->matrix_w
- 1, hpos
);
4431 vpos
= max (0, vpos
);
4432 vpos
= min (w
->current_matrix
->nrows
- 1, vpos
);
4433 rif
->cursor_to (vpos
, hpos
, cy
, cx
);
4437 /* Set WINDOW->must_be_updated_p to ON_P for all windows in the window
4438 tree rooted at W. */
4441 set_window_update_flags (w
, on_p
)
4447 if (!NILP (w
->hchild
))
4448 set_window_update_flags (XWINDOW (w
->hchild
), on_p
);
4449 else if (!NILP (w
->vchild
))
4450 set_window_update_flags (XWINDOW (w
->vchild
), on_p
);
4452 w
->must_be_updated_p
= on_p
;
4454 w
= NILP (w
->next
) ? 0 : XWINDOW (w
->next
);
4460 /***********************************************************************
4461 Window-Based Scrolling
4462 ***********************************************************************/
4464 /* Structure describing rows in scrolling_window. */
4468 /* Number of occurrences of this row in desired and current matrix. */
4469 int old_uses
, new_uses
;
4471 /* Vpos of row in new matrix. */
4472 int new_line_number
;
4474 /* Bucket index of this row_entry in the hash table row_table. */
4477 /* The row described by this entry. */
4478 struct glyph_row
*row
;
4480 /* Hash collision chain. */
4481 struct row_entry
*next
;
4484 /* A pool to allocate row_entry structures from, and the size of the
4485 pool. The pool is reallocated in scrolling_window when we find
4486 that we need a larger one. */
4488 static struct row_entry
*row_entry_pool
;
4489 static int row_entry_pool_size
;
4491 /* Index of next free entry in row_entry_pool. */
4493 static int row_entry_idx
;
4495 /* The hash table used during scrolling, and the table's size. This
4496 table is used to quickly identify equal rows in the desired and
4499 static struct row_entry
**row_table
;
4500 static int row_table_size
;
4502 /* Vectors of pointers to row_entry structures belonging to the
4503 current and desired matrix, and the size of the vectors. */
4505 static struct row_entry
**old_lines
, **new_lines
;
4506 static int old_lines_size
, new_lines_size
;
4508 /* A pool to allocate run structures from, and its size. */
4510 static struct run
*run_pool
;
4511 static int runs_size
;
4513 /* A vector of runs of lines found during scrolling. */
4515 static struct run
**runs
;
4517 /* Add glyph row ROW to the scrolling hash table during the scrolling
4520 static INLINE
struct row_entry
*
4521 add_row_entry (w
, row
)
4523 struct glyph_row
*row
;
4525 struct row_entry
*entry
;
4526 int i
= row
->hash
% row_table_size
;
4528 entry
= row_table
[i
];
4529 while (entry
&& !row_equal_p (w
, entry
->row
, row
, 1))
4530 entry
= entry
->next
;
4534 entry
= row_entry_pool
+ row_entry_idx
++;
4536 entry
->old_uses
= entry
->new_uses
= 0;
4537 entry
->new_line_number
= 0;
4539 entry
->next
= row_table
[i
];
4540 row_table
[i
] = entry
;
4547 /* Try to reuse part of the current display of W by scrolling lines.
4548 HEADER_LINE_P non-zero means W has a header line.
4550 The algorithm is taken from Communications of the ACM, Apr78 "A
4551 Technique for Isolating Differences Between Files." It should take
4554 A short outline of the steps of the algorithm
4556 1. Skip lines equal at the start and end of both matrices.
4558 2. Enter rows in the current and desired matrix into a symbol
4559 table, counting how often they appear in both matrices.
4561 3. Rows that appear exactly once in both matrices serve as anchors,
4562 i.e. we assume that such lines are likely to have been moved.
4564 4. Starting from anchor lines, extend regions to be scrolled both
4565 forward and backward.
4569 -1 if all rows were found to be equal.
4570 0 to indicate that we did not scroll the display, or
4571 1 if we did scroll. */
4574 scrolling_window (w
, header_line_p
)
4578 struct glyph_matrix
*desired_matrix
= w
->desired_matrix
;
4579 struct glyph_matrix
*current_matrix
= w
->current_matrix
;
4580 int yb
= window_text_bottom_y (w
);
4581 int i
, j
, first_old
, first_new
, last_old
, last_new
;
4582 int nruns
, nbytes
, n
, run_idx
;
4583 struct row_entry
*entry
;
4584 struct redisplay_interface
*rif
= FRAME_RIF (XFRAME (WINDOW_FRAME (w
)));
4586 /* Skip over rows equal at the start. */
4587 for (i
= header_line_p
? 1 : 0; i
< current_matrix
->nrows
- 1; ++i
)
4589 struct glyph_row
*d
= MATRIX_ROW (desired_matrix
, i
);
4590 struct glyph_row
*c
= MATRIX_ROW (current_matrix
, i
);
4594 && !d
->redraw_fringe_bitmaps_p
4596 && MATRIX_ROW_BOTTOM_Y (c
) <= yb
4597 && MATRIX_ROW_BOTTOM_Y (d
) <= yb
4598 && row_equal_p (w
, c
, d
, 1))
4607 /* Give up if some rows in the desired matrix are not enabled. */
4608 if (!MATRIX_ROW (desired_matrix
, i
)->enabled_p
)
4611 first_old
= first_new
= i
;
4613 /* Set last_new to the index + 1 of the last enabled row in the
4616 while (i
< desired_matrix
->nrows
- 1
4617 && MATRIX_ROW (desired_matrix
, i
)->enabled_p
4618 && MATRIX_ROW_BOTTOM_Y (MATRIX_ROW (desired_matrix
, i
)) <= yb
)
4621 if (!MATRIX_ROW (desired_matrix
, i
)->enabled_p
)
4626 /* Set last_old to the index + 1 of the last enabled row in the
4627 current matrix. We don't look at the enabled flag here because
4628 we plan to reuse part of the display even if other parts are
4631 while (i
< current_matrix
->nrows
- 1)
4633 int bottom
= MATRIX_ROW_BOTTOM_Y (MATRIX_ROW (current_matrix
, i
));
4642 /* Skip over rows equal at the bottom. */
4645 while (i
- 1 > first_new
4646 && j
- 1 > first_old
4647 && MATRIX_ROW (current_matrix
, i
- 1)->enabled_p
4648 && (MATRIX_ROW (current_matrix
, i
- 1)->y
4649 == MATRIX_ROW (desired_matrix
, j
- 1)->y
)
4650 && !MATRIX_ROW (desired_matrix
, j
- 1)->redraw_fringe_bitmaps_p
4652 MATRIX_ROW (desired_matrix
, i
- 1),
4653 MATRIX_ROW (current_matrix
, j
- 1), 1))
4658 /* Nothing to do if all rows are equal. */
4659 if (last_new
== first_new
)
4662 /* Reallocate vectors, tables etc. if necessary. */
4664 if (current_matrix
->nrows
> old_lines_size
)
4666 old_lines_size
= current_matrix
->nrows
;
4667 nbytes
= old_lines_size
* sizeof *old_lines
;
4668 old_lines
= (struct row_entry
**) xrealloc (old_lines
, nbytes
);
4671 if (desired_matrix
->nrows
> new_lines_size
)
4673 new_lines_size
= desired_matrix
->nrows
;
4674 nbytes
= new_lines_size
* sizeof *new_lines
;
4675 new_lines
= (struct row_entry
**) xrealloc (new_lines
, nbytes
);
4678 n
= desired_matrix
->nrows
+ current_matrix
->nrows
;
4679 if (3 * n
> row_table_size
)
4681 row_table_size
= next_almost_prime (3 * n
);
4682 nbytes
= row_table_size
* sizeof *row_table
;
4683 row_table
= (struct row_entry
**) xrealloc (row_table
, nbytes
);
4684 bzero (row_table
, nbytes
);
4687 if (n
> row_entry_pool_size
)
4689 row_entry_pool_size
= n
;
4690 nbytes
= row_entry_pool_size
* sizeof *row_entry_pool
;
4691 row_entry_pool
= (struct row_entry
*) xrealloc (row_entry_pool
, nbytes
);
4694 if (desired_matrix
->nrows
> runs_size
)
4696 runs_size
= desired_matrix
->nrows
;
4697 nbytes
= runs_size
* sizeof *runs
;
4698 runs
= (struct run
**) xrealloc (runs
, nbytes
);
4699 nbytes
= runs_size
* sizeof *run_pool
;
4700 run_pool
= (struct run
*) xrealloc (run_pool
, nbytes
);
4703 nruns
= run_idx
= 0;
4706 /* Add rows from the current and desired matrix to the hash table
4707 row_hash_table to be able to find equal ones quickly. */
4709 for (i
= first_old
; i
< last_old
; ++i
)
4711 if (MATRIX_ROW (current_matrix
, i
)->enabled_p
)
4713 entry
= add_row_entry (w
, MATRIX_ROW (current_matrix
, i
));
4714 old_lines
[i
] = entry
;
4718 old_lines
[i
] = NULL
;
4721 for (i
= first_new
; i
< last_new
; ++i
)
4723 xassert (MATRIX_ROW_ENABLED_P (desired_matrix
, i
));
4724 entry
= add_row_entry (w
, MATRIX_ROW (desired_matrix
, i
));
4726 entry
->new_line_number
= i
;
4727 new_lines
[i
] = entry
;
4730 /* Identify moves based on lines that are unique and equal
4731 in both matrices. */
4732 for (i
= first_old
; i
< last_old
;)
4734 && old_lines
[i
]->old_uses
== 1
4735 && old_lines
[i
]->new_uses
== 1)
4738 int new_line
= old_lines
[i
]->new_line_number
;
4739 struct run
*run
= run_pool
+ run_idx
++;
4742 run
->current_vpos
= i
;
4743 run
->current_y
= MATRIX_ROW (current_matrix
, i
)->y
;
4744 run
->desired_vpos
= new_line
;
4745 run
->desired_y
= MATRIX_ROW (desired_matrix
, new_line
)->y
;
4747 run
->height
= MATRIX_ROW (current_matrix
, i
)->height
;
4749 /* Extend backward. */
4752 while (j
> first_old
4754 && old_lines
[j
] == new_lines
[k
])
4756 int h
= MATRIX_ROW (current_matrix
, j
)->height
;
4757 --run
->current_vpos
;
4758 --run
->desired_vpos
;
4761 run
->desired_y
-= h
;
4762 run
->current_y
-= h
;
4766 /* Extend forward. */
4771 && old_lines
[j
] == new_lines
[k
])
4773 int h
= MATRIX_ROW (current_matrix
, j
)->height
;
4779 /* Insert run into list of all runs. Order runs by copied
4780 pixel lines. Note that we record runs that don't have to
4781 be copied because they are already in place. This is done
4782 because we can avoid calling update_window_line in this
4784 for (j
= 0; j
< nruns
&& runs
[j
]->height
> run
->height
; ++j
)
4786 for (k
= nruns
; k
> j
; --k
)
4787 runs
[k
] = runs
[k
- 1];
4796 /* Do the moves. Do it in a way that we don't overwrite something
4797 we want to copy later on. This is not solvable in general
4798 because there is only one display and we don't have a way to
4799 exchange areas on this display. Example:
4801 +-----------+ +-----------+
4803 +-----------+ --> +-----------+
4805 +-----------+ +-----------+
4807 Instead, prefer bigger moves, and invalidate moves that would
4808 copy from where we copied to. */
4810 for (i
= 0; i
< nruns
; ++i
)
4811 if (runs
[i
]->nrows
> 0)
4813 struct run
*r
= runs
[i
];
4815 /* Copy on the display. */
4816 if (r
->current_y
!= r
->desired_y
)
4818 rif
->scroll_run_hook (w
, r
);
4820 /* Invalidate runs that copy from where we copied to. */
4821 for (j
= i
+ 1; j
< nruns
; ++j
)
4823 struct run
*p
= runs
[j
];
4825 if ((p
->current_y
>= r
->desired_y
4826 && p
->current_y
< r
->desired_y
+ r
->height
)
4827 || (p
->current_y
+ p
->height
>= r
->desired_y
4828 && (p
->current_y
+ p
->height
4829 < r
->desired_y
+ r
->height
)))
4834 /* Assign matrix rows. */
4835 for (j
= 0; j
< r
->nrows
; ++j
)
4837 struct glyph_row
*from
, *to
;
4838 int to_overlapped_p
;
4840 to
= MATRIX_ROW (current_matrix
, r
->desired_vpos
+ j
);
4841 from
= MATRIX_ROW (desired_matrix
, r
->desired_vpos
+ j
);
4842 to_overlapped_p
= to
->overlapped_p
;
4843 if (!from
->mode_line_p
&& !w
->pseudo_window_p
4844 && (to
->left_fringe_bitmap
!= from
->left_fringe_bitmap
4845 || to
->right_fringe_bitmap
!= from
->right_fringe_bitmap
4846 || to
->left_fringe_face_id
!= from
->left_fringe_face_id
4847 || to
->right_fringe_face_id
!= from
->right_fringe_face_id
4848 || to
->overlay_arrow_bitmap
!= from
->overlay_arrow_bitmap
))
4849 from
->redraw_fringe_bitmaps_p
= 1;
4850 assign_row (to
, from
);
4851 to
->enabled_p
= 1, from
->enabled_p
= 0;
4852 to
->overlapped_p
= to_overlapped_p
;
4856 /* Clear the hash table, for the next time. */
4857 for (i
= 0; i
< row_entry_idx
; ++i
)
4858 row_table
[row_entry_pool
[i
].bucket
] = NULL
;
4860 /* Value is > 0 to indicate that we scrolled the display. */
4866 /************************************************************************
4868 ************************************************************************/
4870 /* Update the desired frame matrix of frame F.
4872 FORCE_P non-zero means that the update should not be stopped by
4873 pending input. INHIBIT_HAIRY_ID_P non-zero means that scrolling
4874 should not be tried.
4876 Value is non-zero if update was stopped due to pending input. */
4879 update_frame_1 (f
, force_p
, inhibit_id_p
)
4884 /* Frame matrices to work on. */
4885 struct glyph_matrix
*current_matrix
= f
->current_matrix
;
4886 struct glyph_matrix
*desired_matrix
= f
->desired_matrix
;
4889 int preempt_count
= baud_rate
/ 2400 + 1;
4890 extern int input_pending
;
4892 xassert (current_matrix
&& desired_matrix
);
4894 if (baud_rate
!= FRAME_COST_BAUD_RATE (f
))
4895 calculate_costs (f
);
4897 if (preempt_count
<= 0)
4900 #if !PERIODIC_PREEMPTION_CHECKING
4901 if (!force_p
&& detect_input_pending_ignore_squeezables ())
4908 /* If we cannot insert/delete lines, it's no use trying it. */
4909 if (!FRAME_LINE_INS_DEL_OK (f
))
4912 /* See if any of the desired lines are enabled; don't compute for
4913 i/d line if just want cursor motion. */
4914 for (i
= 0; i
< desired_matrix
->nrows
; i
++)
4915 if (MATRIX_ROW_ENABLED_P (desired_matrix
, i
))
4918 /* Try doing i/d line, if not yet inhibited. */
4919 if (!inhibit_id_p
&& i
< desired_matrix
->nrows
)
4920 force_p
|= scrolling (f
);
4922 /* Update the individual lines as needed. Do bottom line first. */
4923 if (MATRIX_ROW_ENABLED_P (desired_matrix
, desired_matrix
->nrows
- 1))
4924 update_frame_line (f
, desired_matrix
->nrows
- 1);
4926 /* Now update the rest of the lines. */
4927 for (i
= 0; i
< desired_matrix
->nrows
- 1 && (force_p
|| !input_pending
); i
++)
4929 if (MATRIX_ROW_ENABLED_P (desired_matrix
, i
))
4931 if (FRAME_TERMCAP_P (f
))
4933 /* Flush out every so many lines.
4934 Also flush out if likely to have more than 1k buffered
4935 otherwise. I'm told that some telnet connections get
4936 really screwed by more than 1k output at once. */
4937 FILE *display_output
= FRAME_TTY (f
)->output
;
4940 int outq
= PENDING_OUTPUT_COUNT (display_output
);
4942 || (outq
> 20 && ((i
- 1) % preempt_count
== 0)))
4944 fflush (display_output
);
4945 if (preempt_count
== 1)
4947 #ifdef EMACS_OUTQSIZE
4948 if (EMACS_OUTQSIZE (0, &outq
) < 0)
4949 /* Probably not a tty. Ignore the error and reset
4951 outq
= PENDING_OUTPUT_COUNT (FRAME_TTY (f
->output
));
4954 if (baud_rate
<= outq
&& baud_rate
> 0)
4955 sleep (outq
/ baud_rate
);
4961 #if PERIODIC_PREEMPTION_CHECKING
4965 EMACS_GET_TIME (tm
);
4966 EMACS_SUB_TIME (dif
, preemption_next_check
, tm
);
4967 if (EMACS_TIME_NEG_P (dif
))
4969 EMACS_ADD_TIME (preemption_next_check
, tm
, preemption_period
);
4970 if (detect_input_pending_ignore_squeezables ())
4975 if (!force_p
&& (i
- 1) % preempt_count
== 0)
4976 detect_input_pending_ignore_squeezables ();
4979 update_frame_line (f
, i
);
4983 pause
= (i
< FRAME_LINES (f
) - 1) ? i
: 0;
4985 /* Now just clean up termcap drivers and set cursor, etc. */
4988 if ((cursor_in_echo_area
4989 /* If we are showing a message instead of the mini-buffer,
4990 show the cursor for the message instead of for the
4991 (now hidden) mini-buffer contents. */
4992 || (EQ (minibuf_window
, selected_window
)
4993 && EQ (minibuf_window
, echo_area_window
)
4994 && !NILP (echo_area_buffer
[0])))
4995 /* These cases apply only to the frame that contains
4996 the active mini-buffer window. */
4997 && FRAME_HAS_MINIBUF_P (f
)
4998 && EQ (FRAME_MINIBUF_WINDOW (f
), echo_area_window
))
5000 int top
= WINDOW_TOP_EDGE_LINE (XWINDOW (FRAME_MINIBUF_WINDOW (f
)));
5003 if (cursor_in_echo_area
< 0)
5005 /* Negative value of cursor_in_echo_area means put
5006 cursor at beginning of line. */
5012 /* Positive value of cursor_in_echo_area means put
5013 cursor at the end of the prompt. If the mini-buffer
5014 is several lines high, find the last line that has
5016 row
= FRAME_LINES (f
);
5022 if (MATRIX_ROW_ENABLED_P (current_matrix
, row
))
5024 /* Frame rows are filled up with spaces that
5025 must be ignored here. */
5026 struct glyph_row
*r
= MATRIX_ROW (current_matrix
,
5028 struct glyph
*start
= r
->glyphs
[TEXT_AREA
];
5029 struct glyph
*last
= start
+ r
->used
[TEXT_AREA
];
5032 && (last
- 1)->charpos
< 0)
5038 while (row
> top
&& col
== 0);
5040 /* Make sure COL is not out of range. */
5041 if (col
>= FRAME_CURSOR_X_LIMIT (f
))
5043 /* If we have another row, advance cursor into it. */
5044 if (row
< FRAME_LINES (f
) - 1)
5046 col
= FRAME_LEFT_SCROLL_BAR_COLS (f
);
5049 /* Otherwise move it back in range. */
5051 col
= FRAME_CURSOR_X_LIMIT (f
) - 1;
5055 cursor_to (f
, row
, col
);
5059 /* We have only one cursor on terminal frames. Use it to
5060 display the cursor of the selected window. */
5061 struct window
*w
= XWINDOW (FRAME_SELECTED_WINDOW (f
));
5062 if (w
->cursor
.vpos
>= 0
5063 /* The cursor vpos may be temporarily out of bounds
5064 in the following situation: There is one window,
5065 with the cursor in the lower half of it. The window
5066 is split, and a message causes a redisplay before
5067 a new cursor position has been computed. */
5068 && w
->cursor
.vpos
< WINDOW_TOTAL_LINES (w
))
5070 int x
= WINDOW_TO_FRAME_HPOS (w
, w
->cursor
.hpos
);
5071 int y
= WINDOW_TO_FRAME_VPOS (w
, w
->cursor
.vpos
);
5073 if (INTEGERP (w
->left_margin_cols
))
5074 x
+= XFASTINT (w
->left_margin_cols
);
5076 /* x = max (min (x, FRAME_TOTAL_COLS (f) - 1), 0); */
5077 cursor_to (f
, y
, x
);
5084 clear_desired_matrices (f
);
5089 /* Do line insertions/deletions on frame F for frame-based redisplay. */
5093 struct frame
*frame
;
5095 int unchanged_at_top
, unchanged_at_bottom
;
5098 int *old_hash
= (int *) alloca (FRAME_LINES (frame
) * sizeof (int));
5099 int *new_hash
= (int *) alloca (FRAME_LINES (frame
) * sizeof (int));
5100 int *draw_cost
= (int *) alloca (FRAME_LINES (frame
) * sizeof (int));
5101 int *old_draw_cost
= (int *) alloca (FRAME_LINES (frame
) * sizeof (int));
5103 int free_at_end_vpos
= FRAME_LINES (frame
);
5104 struct glyph_matrix
*current_matrix
= frame
->current_matrix
;
5105 struct glyph_matrix
*desired_matrix
= frame
->desired_matrix
;
5107 if (!current_matrix
)
5110 /* Compute hash codes of all the lines. Also calculate number of
5111 changed lines, number of unchanged lines at the beginning, and
5112 number of unchanged lines at the end. */
5114 unchanged_at_top
= 0;
5115 unchanged_at_bottom
= FRAME_LINES (frame
);
5116 for (i
= 0; i
< FRAME_LINES (frame
); i
++)
5118 /* Give up on this scrolling if some old lines are not enabled. */
5119 if (!MATRIX_ROW_ENABLED_P (current_matrix
, i
))
5121 old_hash
[i
] = line_hash_code (MATRIX_ROW (current_matrix
, i
));
5122 if (! MATRIX_ROW_ENABLED_P (desired_matrix
, i
))
5124 /* This line cannot be redrawn, so don't let scrolling mess it. */
5125 new_hash
[i
] = old_hash
[i
];
5126 #define INFINITY 1000000 /* Taken from scroll.c */
5127 draw_cost
[i
] = INFINITY
;
5131 new_hash
[i
] = line_hash_code (MATRIX_ROW (desired_matrix
, i
));
5132 draw_cost
[i
] = line_draw_cost (desired_matrix
, i
);
5135 if (old_hash
[i
] != new_hash
[i
])
5138 unchanged_at_bottom
= FRAME_LINES (frame
) - i
- 1;
5140 else if (i
== unchanged_at_top
)
5142 old_draw_cost
[i
] = line_draw_cost (current_matrix
, i
);
5145 /* If changed lines are few, don't allow preemption, don't scroll. */
5146 if ((!FRAME_SCROLL_REGION_OK (frame
)
5147 && changed_lines
< baud_rate
/ 2400)
5148 || unchanged_at_bottom
== FRAME_LINES (frame
))
5151 window_size
= (FRAME_LINES (frame
) - unchanged_at_top
5152 - unchanged_at_bottom
);
5154 if (FRAME_SCROLL_REGION_OK (frame
))
5155 free_at_end_vpos
-= unchanged_at_bottom
;
5156 else if (FRAME_MEMORY_BELOW_FRAME (frame
))
5157 free_at_end_vpos
= -1;
5159 /* If large window, fast terminal and few lines in common between
5160 current frame and desired frame, don't bother with i/d calc. */
5161 if (!FRAME_SCROLL_REGION_OK (frame
)
5162 && window_size
>= 18 && baud_rate
> 2400
5164 10 * scrolling_max_lines_saved (unchanged_at_top
,
5165 FRAME_LINES (frame
) - unchanged_at_bottom
,
5166 old_hash
, new_hash
, draw_cost
)))
5169 if (window_size
< 2)
5172 scrolling_1 (frame
, window_size
, unchanged_at_top
, unchanged_at_bottom
,
5173 draw_cost
+ unchanged_at_top
- 1,
5174 old_draw_cost
+ unchanged_at_top
- 1,
5175 old_hash
+ unchanged_at_top
- 1,
5176 new_hash
+ unchanged_at_top
- 1,
5177 free_at_end_vpos
- unchanged_at_top
);
5183 /* Count the number of blanks at the start of the vector of glyphs R
5184 which is LEN glyphs long. */
5187 count_blanks (r
, len
)
5193 for (i
= 0; i
< len
; ++i
)
5194 if (!CHAR_GLYPH_SPACE_P (r
[i
]))
5201 /* Count the number of glyphs in common at the start of the glyph
5202 vectors STR1 and STR2. END1 is the end of STR1 and END2 is the end
5203 of STR2. Value is the number of equal glyphs equal at the start. */
5206 count_match (str1
, end1
, str2
, end2
)
5207 struct glyph
*str1
, *end1
, *str2
, *end2
;
5209 struct glyph
*p1
= str1
;
5210 struct glyph
*p2
= str2
;
5214 && GLYPH_CHAR_AND_FACE_EQUAL_P (p1
, p2
))
5221 /* Char insertion/deletion cost vector, from term.c */
5223 extern int *char_ins_del_vector
;
5224 #define char_ins_del_cost(f) (&char_ins_del_vector[FRAME_TOTAL_COLS((f))])
5227 /* Perform a frame-based update on line VPOS in frame FRAME. */
5230 update_frame_line (f
, vpos
)
5234 struct glyph
*obody
, *nbody
, *op1
, *op2
, *np1
, *nend
;
5236 int osp
, nsp
, begmatch
, endmatch
, olen
, nlen
;
5237 struct glyph_matrix
*current_matrix
= f
->current_matrix
;
5238 struct glyph_matrix
*desired_matrix
= f
->desired_matrix
;
5239 struct glyph_row
*current_row
= MATRIX_ROW (current_matrix
, vpos
);
5240 struct glyph_row
*desired_row
= MATRIX_ROW (desired_matrix
, vpos
);
5241 int must_write_whole_line_p
;
5242 int write_spaces_p
= FRAME_MUST_WRITE_SPACES (f
);
5243 int colored_spaces_p
= (FACE_FROM_ID (f
, DEFAULT_FACE_ID
)->background
5244 != FACE_TTY_DEFAULT_BG_COLOR
);
5246 if (colored_spaces_p
)
5249 /* Current row not enabled means it has unknown contents. We must
5250 write the whole desired line in that case. */
5251 must_write_whole_line_p
= !current_row
->enabled_p
;
5252 if (must_write_whole_line_p
)
5259 obody
= MATRIX_ROW_GLYPH_START (current_matrix
, vpos
);
5260 olen
= current_row
->used
[TEXT_AREA
];
5262 /* Ignore trailing spaces, if we can. */
5263 if (!write_spaces_p
)
5264 while (olen
> 0 && CHAR_GLYPH_SPACE_P (obody
[olen
-1]))
5268 current_row
->enabled_p
= 1;
5269 current_row
->used
[TEXT_AREA
] = desired_row
->used
[TEXT_AREA
];
5271 /* If desired line is empty, just clear the line. */
5272 if (!desired_row
->enabled_p
)
5278 nbody
= desired_row
->glyphs
[TEXT_AREA
];
5279 nlen
= desired_row
->used
[TEXT_AREA
];
5280 nend
= nbody
+ nlen
;
5282 /* If display line has unknown contents, write the whole line. */
5283 if (must_write_whole_line_p
)
5285 /* Ignore spaces at the end, if we can. */
5286 if (!write_spaces_p
)
5287 while (nlen
> 0 && CHAR_GLYPH_SPACE_P (nbody
[nlen
- 1]))
5290 /* Write the contents of the desired line. */
5293 cursor_to (f
, vpos
, 0);
5294 write_glyphs (f
, nbody
, nlen
);
5297 /* Don't call clear_end_of_line if we already wrote the whole
5298 line. The cursor will not be at the right margin in that
5299 case but in the line below. */
5300 if (nlen
< FRAME_TOTAL_COLS (f
))
5302 cursor_to (f
, vpos
, nlen
);
5303 clear_end_of_line (f
, FRAME_TOTAL_COLS (f
));
5306 /* Make sure we are in the right row, otherwise cursor movement
5307 with cmgoto might use `ch' in the wrong row. */
5308 cursor_to (f
, vpos
, 0);
5310 make_current (desired_matrix
, current_matrix
, vpos
);
5314 /* Pretend trailing spaces are not there at all,
5315 unless for one reason or another we must write all spaces. */
5316 if (!write_spaces_p
)
5317 while (nlen
> 0 && CHAR_GLYPH_SPACE_P (nbody
[nlen
- 1]))
5320 /* If there's no i/d char, quickly do the best we can without it. */
5321 if (!FRAME_CHAR_INS_DEL_OK (f
))
5325 /* Find the first glyph in desired row that doesn't agree with
5326 a glyph in the current row, and write the rest from there on. */
5327 for (i
= 0; i
< nlen
; i
++)
5329 if (i
>= olen
|| !GLYPH_EQUAL_P (nbody
+ i
, obody
+ i
))
5331 /* Find the end of the run of different glyphs. */
5335 || !GLYPH_EQUAL_P (nbody
+ j
, obody
+ j
)
5336 || CHAR_GLYPH_PADDING_P (nbody
[j
])))
5339 /* Output this run of non-matching chars. */
5340 cursor_to (f
, vpos
, i
);
5341 write_glyphs (f
, nbody
+ i
, j
- i
);
5344 /* Now find the next non-match. */
5348 /* Clear the rest of the line, or the non-clear part of it. */
5351 cursor_to (f
, vpos
, nlen
);
5352 clear_end_of_line (f
, olen
);
5355 /* Make current row = desired row. */
5356 make_current (desired_matrix
, current_matrix
, vpos
);
5360 /* Here when CHAR_INS_DEL_OK != 0, i.e. we can insert or delete
5361 characters in a row. */
5365 /* If current line is blank, skip over initial spaces, if
5366 possible, and write the rest. */
5370 nsp
= count_blanks (nbody
, nlen
);
5374 cursor_to (f
, vpos
, nsp
);
5375 write_glyphs (f
, nbody
+ nsp
, nlen
- nsp
);
5378 /* Exchange contents between current_frame and new_frame. */
5379 make_current (desired_matrix
, current_matrix
, vpos
);
5383 /* Compute number of leading blanks in old and new contents. */
5384 osp
= count_blanks (obody
, olen
);
5385 nsp
= (colored_spaces_p
? 0 : count_blanks (nbody
, nlen
));
5387 /* Compute number of matching chars starting with first non-blank. */
5388 begmatch
= count_match (obody
+ osp
, obody
+ olen
,
5389 nbody
+ nsp
, nbody
+ nlen
);
5391 /* Spaces in new match implicit space past the end of old. */
5392 /* A bug causing this to be a no-op was fixed in 18.29. */
5393 if (!write_spaces_p
&& osp
+ begmatch
== olen
)
5396 while (np1
+ begmatch
< nend
&& CHAR_GLYPH_SPACE_P (np1
[begmatch
]))
5400 /* Avoid doing insert/delete char
5401 just cause number of leading spaces differs
5402 when the following text does not match. */
5403 if (begmatch
== 0 && osp
!= nsp
)
5404 osp
= nsp
= min (osp
, nsp
);
5406 /* Find matching characters at end of line */
5409 op2
= op1
+ begmatch
- min (olen
- osp
, nlen
- nsp
);
5411 && GLYPH_EQUAL_P (op1
- 1, np1
- 1))
5416 endmatch
= obody
+ olen
- op1
;
5418 /* tem gets the distance to insert or delete.
5419 endmatch is how many characters we save by doing so.
5422 tem
= (nlen
- nsp
) - (olen
- osp
);
5424 && (!FRAME_CHAR_INS_DEL_OK (f
)
5425 || endmatch
<= char_ins_del_cost (f
)[tem
]))
5428 /* nsp - osp is the distance to insert or delete.
5429 If that is nonzero, begmatch is known to be nonzero also.
5430 begmatch + endmatch is how much we save by doing the ins/del.
5434 && (!FRAME_CHAR_INS_DEL_OK (f
)
5435 || begmatch
+ endmatch
<= char_ins_del_cost (f
)[nsp
- osp
]))
5439 osp
= nsp
= min (osp
, nsp
);
5442 /* Now go through the line, inserting, writing and
5443 deleting as appropriate. */
5447 cursor_to (f
, vpos
, nsp
);
5448 delete_glyphs (f
, osp
- nsp
);
5452 /* If going to delete chars later in line
5453 and insert earlier in the line,
5454 must delete first to avoid losing data in the insert */
5455 if (endmatch
&& nlen
< olen
+ nsp
- osp
)
5457 cursor_to (f
, vpos
, nlen
- endmatch
+ osp
- nsp
);
5458 delete_glyphs (f
, olen
+ nsp
- osp
- nlen
);
5459 olen
= nlen
- (nsp
- osp
);
5461 cursor_to (f
, vpos
, osp
);
5462 insert_glyphs (f
, 0, nsp
- osp
);
5466 tem
= nsp
+ begmatch
+ endmatch
;
5467 if (nlen
!= tem
|| olen
!= tem
)
5469 if (!endmatch
|| nlen
== olen
)
5471 /* If new text being written reaches right margin, there is
5472 no need to do clear-to-eol at the end of this function
5473 (and it would not be safe, since cursor is not going to
5474 be "at the margin" after the text is done). */
5475 if (nlen
== FRAME_TOTAL_COLS (f
))
5478 /* Function write_glyphs is prepared to do nothing
5479 if passed a length <= 0. Check it here to avoid
5480 unnecessary cursor movement. */
5483 cursor_to (f
, vpos
, nsp
+ begmatch
);
5484 write_glyphs (f
, nbody
+ nsp
+ begmatch
, nlen
- tem
);
5487 else if (nlen
> olen
)
5489 /* Here, we used to have the following simple code:
5490 ----------------------------------------
5491 write_glyphs (nbody + nsp + begmatch, olen - tem);
5492 insert_glyphs (nbody + nsp + begmatch + olen - tem, nlen - olen);
5493 ----------------------------------------
5494 but it doesn't work if nbody[nsp + begmatch + olen - tem]
5495 is a padding glyph. */
5496 int out
= olen
- tem
; /* Columns to be overwritten originally. */
5499 cursor_to (f
, vpos
, nsp
+ begmatch
);
5501 /* Calculate columns we can actually overwrite. */
5502 while (CHAR_GLYPH_PADDING_P (nbody
[nsp
+ begmatch
+ out
]))
5504 write_glyphs (f
, nbody
+ nsp
+ begmatch
, out
);
5506 /* If we left columns to be overwritten, we must delete them. */
5507 del
= olen
- tem
- out
;
5509 delete_glyphs (f
, del
);
5511 /* At last, we insert columns not yet written out. */
5512 insert_glyphs (f
, nbody
+ nsp
+ begmatch
+ out
, nlen
- olen
+ del
);
5515 else if (olen
> nlen
)
5517 cursor_to (f
, vpos
, nsp
+ begmatch
);
5518 write_glyphs (f
, nbody
+ nsp
+ begmatch
, nlen
- tem
);
5519 delete_glyphs (f
, olen
- nlen
);
5525 /* If any unerased characters remain after the new line, erase them. */
5528 cursor_to (f
, vpos
, nlen
);
5529 clear_end_of_line (f
, olen
);
5532 /* Exchange contents between current_frame and new_frame. */
5533 make_current (desired_matrix
, current_matrix
, vpos
);
5538 /***********************************************************************
5539 X/Y Position -> Buffer Position
5540 ***********************************************************************/
5542 /* Determine what's under window-relative pixel position (*X, *Y).
5543 Return the object (string or buffer) that's there.
5544 Return in *POS the position in that object.
5545 Adjust *X and *Y to character positions. */
5548 buffer_posn_from_coords (w
, x
, y
, pos
, object
, dx
, dy
, width
, height
)
5551 struct display_pos
*pos
;
5552 Lisp_Object
*object
;
5554 int *width
, *height
;
5557 Lisp_Object old_current_buffer
= Fcurrent_buffer ();
5558 struct text_pos startp
;
5560 struct glyph_row
*row
;
5561 #ifdef HAVE_WINDOW_SYSTEM
5562 struct image
*img
= 0;
5566 /* We used to set current_buffer directly here, but that does the
5567 wrong thing with `face-remapping-alist' (bug#2044). */
5568 Fset_buffer (w
->buffer
);
5569 SET_TEXT_POS_FROM_MARKER (startp
, w
->start
);
5570 CHARPOS (startp
) = min (ZV
, max (BEGV
, CHARPOS (startp
)));
5571 BYTEPOS (startp
) = min (ZV_BYTE
, max (BEGV_BYTE
, BYTEPOS (startp
)));
5572 start_display (&it
, w
, startp
);
5574 x0
= *x
- WINDOW_LEFT_MARGIN_WIDTH (w
);
5575 move_it_to (&it
, -1, x0
+ it
.first_visible_x
, *y
, -1,
5576 MOVE_TO_X
| MOVE_TO_Y
);
5578 Fset_buffer (old_current_buffer
);
5580 *dx
= x0
+ it
.first_visible_x
- it
.current_x
;
5581 *dy
= *y
- it
.current_y
;
5584 if (STRINGP (it
.string
))
5588 #ifdef HAVE_WINDOW_SYSTEM
5589 if (it
.what
== IT_IMAGE
)
5591 if ((img
= IMAGE_FROM_ID (it
.f
, it
.image_id
)) != NULL
5592 && !NILP (img
->spec
))
5593 *object
= img
->spec
;
5597 if (it
.vpos
< w
->current_matrix
->nrows
5598 && (row
= MATRIX_ROW (w
->current_matrix
, it
.vpos
),
5601 if (it
.hpos
< row
->used
[TEXT_AREA
])
5603 struct glyph
*glyph
= row
->glyphs
[TEXT_AREA
] + it
.hpos
;
5604 #ifdef HAVE_WINDOW_SYSTEM
5607 *dy
-= row
->ascent
- glyph
->ascent
;
5608 *dx
+= glyph
->slice
.x
;
5609 *dy
+= glyph
->slice
.y
;
5610 /* Image slices positions are still relative to the entire image */
5611 *width
= img
->width
;
5612 *height
= img
->height
;
5617 *width
= glyph
->pixel_width
;
5618 *height
= glyph
->ascent
+ glyph
->descent
;
5624 *height
= row
->height
;
5629 *width
= *height
= 0;
5632 /* Add extra (default width) columns if clicked after EOL. */
5633 x1
= max(0, it
.current_x
+ it
.pixel_width
- it
.first_visible_x
);
5635 it
.hpos
+= (x0
- x1
) / WINDOW_FRAME_COLUMN_WIDTH (w
);
5644 /* Value is the string under window-relative coordinates X/Y in the
5645 mode line or header line (PART says which) of window W, or nil if none.
5646 *CHARPOS is set to the position in the string returned. */
5649 mode_line_string (w
, part
, x
, y
, charpos
, object
, dx
, dy
, width
, height
)
5651 enum window_part part
;
5654 Lisp_Object
*object
;
5656 int *width
, *height
;
5658 struct glyph_row
*row
;
5659 struct glyph
*glyph
, *end
;
5661 Lisp_Object string
= Qnil
;
5663 if (part
== ON_MODE_LINE
)
5664 row
= MATRIX_MODE_LINE_ROW (w
->current_matrix
);
5666 row
= MATRIX_HEADER_LINE_ROW (w
->current_matrix
);
5668 *y
= row
- MATRIX_FIRST_TEXT_ROW (w
->current_matrix
);
5670 if (row
->mode_line_p
&& row
->enabled_p
)
5672 /* Find the glyph under X. If we find one with a string object,
5673 it's the one we were looking for. */
5674 glyph
= row
->glyphs
[TEXT_AREA
];
5675 end
= glyph
+ row
->used
[TEXT_AREA
];
5676 for (x0
= *x
; glyph
< end
&& x0
>= glyph
->pixel_width
; ++glyph
)
5677 x0
-= glyph
->pixel_width
;
5678 *x
= glyph
- row
->glyphs
[TEXT_AREA
];
5681 string
= glyph
->object
;
5682 *charpos
= glyph
->charpos
;
5683 *width
= glyph
->pixel_width
;
5684 *height
= glyph
->ascent
+ glyph
->descent
;
5685 #ifdef HAVE_WINDOW_SYSTEM
5686 if (glyph
->type
== IMAGE_GLYPH
)
5689 img
= IMAGE_FROM_ID (WINDOW_XFRAME (w
), glyph
->u
.img_id
);
5691 *object
= img
->spec
;
5692 y0
-= row
->ascent
- glyph
->ascent
;
5698 /* Add extra (default width) columns if clicked after EOL. */
5699 *x
+= x0
/ WINDOW_FRAME_COLUMN_WIDTH (w
);
5701 *height
= row
->height
;
5708 *width
= *height
= 0;
5718 /* Value is the string under window-relative coordinates X/Y in either
5719 marginal area, or nil if none. *CHARPOS is set to the position in
5720 the string returned. */
5723 marginal_area_string (w
, part
, x
, y
, charpos
, object
, dx
, dy
, width
, height
)
5725 enum window_part part
;
5728 Lisp_Object
*object
;
5730 int *width
, *height
;
5732 struct glyph_row
*row
= w
->current_matrix
->rows
;
5733 struct glyph
*glyph
, *end
;
5734 int x0
, y0
, i
, wy
= *y
;
5736 Lisp_Object string
= Qnil
;
5738 if (part
== ON_LEFT_MARGIN
)
5739 area
= LEFT_MARGIN_AREA
;
5740 else if (part
== ON_RIGHT_MARGIN
)
5741 area
= RIGHT_MARGIN_AREA
;
5745 for (i
= 0; row
->enabled_p
&& i
< w
->current_matrix
->nrows
; ++i
, ++row
)
5746 if (wy
>= row
->y
&& wy
< MATRIX_ROW_BOTTOM_Y (row
))
5749 *y
= row
- MATRIX_FIRST_TEXT_ROW (w
->current_matrix
);
5753 /* Find the glyph under X. If we find one with a string object,
5754 it's the one we were looking for. */
5755 if (area
== RIGHT_MARGIN_AREA
)
5756 x0
= ((WINDOW_HAS_FRINGES_OUTSIDE_MARGINS (w
)
5757 ? WINDOW_LEFT_FRINGE_WIDTH (w
)
5758 : WINDOW_TOTAL_FRINGE_WIDTH (w
))
5759 + window_box_width (w
, LEFT_MARGIN_AREA
)
5760 + window_box_width (w
, TEXT_AREA
));
5762 x0
= (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS (w
)
5763 ? WINDOW_LEFT_FRINGE_WIDTH (w
)
5766 glyph
= row
->glyphs
[area
];
5767 end
= glyph
+ row
->used
[area
];
5768 for (x0
= *x
- x0
; glyph
< end
&& x0
>= glyph
->pixel_width
; ++glyph
)
5769 x0
-= glyph
->pixel_width
;
5770 *x
= glyph
- row
->glyphs
[area
];
5773 string
= glyph
->object
;
5774 *charpos
= glyph
->charpos
;
5775 *width
= glyph
->pixel_width
;
5776 *height
= glyph
->ascent
+ glyph
->descent
;
5777 #ifdef HAVE_WINDOW_SYSTEM
5778 if (glyph
->type
== IMAGE_GLYPH
)
5781 img
= IMAGE_FROM_ID (WINDOW_XFRAME (w
), glyph
->u
.img_id
);
5783 *object
= img
->spec
;
5784 y0
-= row
->ascent
- glyph
->ascent
;
5785 x0
+= glyph
->slice
.x
;
5786 y0
+= glyph
->slice
.y
;
5792 /* Add extra (default width) columns if clicked after EOL. */
5793 *x
+= x0
/ WINDOW_FRAME_COLUMN_WIDTH (w
);
5795 *height
= row
->height
;
5802 *width
= *height
= 0;
5812 /***********************************************************************
5813 Changing Frame Sizes
5814 ***********************************************************************/
5819 window_change_signal (signalnum
) /* If we don't have an argument, */
5820 int signalnum
; /* some compilers complain in signal calls. */
5823 int old_errno
= errno
;
5825 struct tty_display_info
*tty
;
5827 signal (SIGWINCH
, window_change_signal
);
5828 SIGNAL_THREAD_CHECK (signalnum
);
5830 /* The frame size change obviously applies to a single
5831 termcap-controlled terminal, but we can't decide which.
5832 Therefore, we resize the frames corresponding to each tty.
5834 for (tty
= tty_list
; tty
; tty
= tty
->next
) {
5836 if (! tty
->term_initted
)
5839 /* Suspended tty frames have tty->input == NULL avoid trying to
5844 get_tty_size (fileno (tty
->input
), &width
, &height
);
5846 if (width
> 5 && height
> 2) {
5847 Lisp_Object tail
, frame
;
5849 FOR_EACH_FRAME (tail
, frame
)
5850 if (FRAME_TERMCAP_P (XFRAME (frame
)) && FRAME_TTY (XFRAME (frame
)) == tty
)
5851 /* Record the new sizes, but don't reallocate the data
5852 structures now. Let that be done later outside of the
5854 change_frame_size (XFRAME (frame
), height
, width
, 0, 1, 0);
5860 #endif /* SIGWINCH */
5863 /* Do any change in frame size that was requested by a signal. SAFE
5864 non-zero means this function is called from a place where it is
5865 safe to change frame sizes while a redisplay is in progress. */
5868 do_pending_window_change (safe
)
5871 /* If window_change_signal should have run before, run it now. */
5872 if (redisplaying_p
&& !safe
)
5875 while (delayed_size_change
)
5877 Lisp_Object tail
, frame
;
5879 delayed_size_change
= 0;
5881 FOR_EACH_FRAME (tail
, frame
)
5883 struct frame
*f
= XFRAME (frame
);
5885 if (f
->new_text_lines
!= 0 || f
->new_text_cols
!= 0)
5886 change_frame_size (f
, f
->new_text_lines
, f
->new_text_cols
,
5893 /* Change the frame height and/or width. Values may be given as zero to
5894 indicate no change is to take place.
5896 If DELAY is non-zero, then assume we're being called from a signal
5897 handler, and queue the change for later - perhaps the next
5898 redisplay. Since this tries to resize windows, we can't call it
5899 from a signal handler.
5901 SAFE non-zero means this function is called from a place where it's
5902 safe to change frame sizes while a redisplay is in progress. */
5905 change_frame_size (f
, newheight
, newwidth
, pretend
, delay
, safe
)
5906 register struct frame
*f
;
5907 int newheight
, newwidth
, pretend
, delay
, safe
;
5909 Lisp_Object tail
, frame
;
5911 if (FRAME_MSDOS_P (f
))
5913 /* On MS-DOS, all frames use the same screen, so a change in
5914 size affects all frames. Termcap now supports multiple
5916 FOR_EACH_FRAME (tail
, frame
)
5917 if (! FRAME_WINDOW_P (XFRAME (frame
)))
5918 change_frame_size_1 (XFRAME (frame
), newheight
, newwidth
,
5919 pretend
, delay
, safe
);
5922 change_frame_size_1 (f
, newheight
, newwidth
, pretend
, delay
, safe
);
5926 change_frame_size_1 (f
, newheight
, newwidth
, pretend
, delay
, safe
)
5927 register struct frame
*f
;
5928 int newheight
, newwidth
, pretend
, delay
, safe
;
5930 int new_frame_total_cols
;
5931 int count
= SPECPDL_INDEX ();
5933 /* If we can't deal with the change now, queue it for later. */
5934 if (delay
|| (redisplaying_p
&& !safe
))
5936 f
->new_text_lines
= newheight
;
5937 f
->new_text_cols
= newwidth
;
5938 delayed_size_change
= 1;
5942 /* This size-change overrides any pending one for this frame. */
5943 f
->new_text_lines
= 0;
5944 f
->new_text_cols
= 0;
5946 /* If an argument is zero, set it to the current value. */
5948 newheight
= FRAME_LINES (f
);
5950 newwidth
= FRAME_COLS (f
);
5952 /* Compute width of windows in F.
5953 This is the width of the frame without vertical scroll bars. */
5954 new_frame_total_cols
= FRAME_TOTAL_COLS_ARG (f
, newwidth
);
5956 /* Round up to the smallest acceptable size. */
5957 check_frame_size (f
, &newheight
, &newwidth
);
5959 /* If we're not changing the frame size, quit now. */
5960 /* Frame width may be unchanged but the text portion may change, for example,
5961 fullscreen and remove/add scroll bar. */
5962 if (newheight
== FRAME_LINES (f
)
5963 && newwidth
== FRAME_COLS (f
) // text portion unchanged
5964 && new_frame_total_cols
== FRAME_TOTAL_COLS (f
)) // frame width unchanged
5970 /* We only can set screen dimensions to certain values supported
5971 by our video hardware. Try to find the smallest size greater
5972 or equal to the requested dimensions. */
5973 dos_set_window_size (&newheight
, &newwidth
);
5976 if (newheight
!= FRAME_LINES (f
))
5978 if (FRAME_HAS_MINIBUF_P (f
) && !FRAME_MINIBUF_ONLY_P (f
))
5980 /* Frame has both root and mini-buffer. */
5981 XSETFASTINT (XWINDOW (FRAME_ROOT_WINDOW (f
))->top_line
,
5982 FRAME_TOP_MARGIN (f
));
5983 set_window_height (FRAME_ROOT_WINDOW (f
),
5986 - FRAME_TOP_MARGIN (f
)),
5988 XSETFASTINT (XWINDOW (FRAME_MINIBUF_WINDOW (f
))->top_line
,
5990 set_window_height (FRAME_MINIBUF_WINDOW (f
), 1, 0);
5993 /* Frame has just one top-level window. */
5994 set_window_height (FRAME_ROOT_WINDOW (f
),
5995 newheight
- FRAME_TOP_MARGIN (f
), 2);
5997 /* MSDOS frames cannot PRETEND, as they change frame size by
5998 manipulating video hardware. */
5999 if ((FRAME_TERMCAP_P (f
) && !pretend
) || FRAME_MSDOS_P (f
))
6000 FrameRows (FRAME_TTY (f
)) = newheight
;
6003 if (new_frame_total_cols
!= FRAME_TOTAL_COLS (f
))
6005 set_window_width (FRAME_ROOT_WINDOW (f
), new_frame_total_cols
, 2);
6006 if (FRAME_HAS_MINIBUF_P (f
))
6007 set_window_width (FRAME_MINIBUF_WINDOW (f
), new_frame_total_cols
, 0);
6009 /* MSDOS frames cannot PRETEND, as they change frame size by
6010 manipulating video hardware. */
6011 if ((FRAME_TERMCAP_P (f
) && !pretend
) || FRAME_MSDOS_P (f
))
6012 FrameCols (FRAME_TTY (f
)) = newwidth
;
6014 if (WINDOWP (f
->tool_bar_window
))
6015 XSETFASTINT (XWINDOW (f
->tool_bar_window
)->total_cols
, newwidth
);
6018 FRAME_LINES (f
) = newheight
;
6019 SET_FRAME_COLS (f
, newwidth
);
6022 struct window
*w
= XWINDOW (FRAME_SELECTED_WINDOW (f
));
6023 int text_area_x
, text_area_y
, text_area_width
, text_area_height
;
6025 window_box (w
, TEXT_AREA
, &text_area_x
, &text_area_y
, &text_area_width
,
6027 if (w
->cursor
.x
>= text_area_x
+ text_area_width
)
6028 w
->cursor
.hpos
= w
->cursor
.x
= 0;
6029 if (w
->cursor
.y
>= text_area_y
+ text_area_height
)
6030 w
->cursor
.vpos
= w
->cursor
.y
= 0;
6034 calculate_costs (f
);
6035 SET_FRAME_GARBAGED (f
);
6040 record_unwind_protect (Fset_buffer
, Fcurrent_buffer ());
6042 run_window_configuration_change_hook (f
);
6044 unbind_to (count
, Qnil
);
6049 /***********************************************************************
6050 Terminal Related Lisp Functions
6051 ***********************************************************************/
6053 DEFUN ("open-termscript", Fopen_termscript
, Sopen_termscript
,
6054 1, 1, "FOpen termscript file: ",
6055 doc
: /* Start writing all terminal output to FILE as well as the terminal.
6056 FILE = nil means just close any termscript file currently open. */)
6060 struct tty_display_info
*tty
;
6062 if (! FRAME_TERMCAP_P (SELECTED_FRAME ())
6063 && ! FRAME_MSDOS_P (SELECTED_FRAME ()))
6064 error ("Current frame is not on a tty device");
6068 if (tty
->termscript
!= 0)
6071 fclose (tty
->termscript
);
6074 tty
->termscript
= 0;
6078 file
= Fexpand_file_name (file
, Qnil
);
6079 tty
->termscript
= fopen (SDATA (file
), "w");
6080 if (tty
->termscript
== 0)
6081 report_file_error ("Opening termscript", Fcons (file
, Qnil
));
6087 DEFUN ("send-string-to-terminal", Fsend_string_to_terminal
,
6088 Ssend_string_to_terminal
, 1, 2, 0,
6089 doc
: /* Send STRING to the terminal without alteration.
6090 Control characters in STRING will have terminal-dependent effects.
6092 Optional parameter TERMINAL specifies the tty terminal device to use.
6093 It may be a terminal object, a frame, or nil for the terminal used by
6094 the currently selected frame. In batch mode, STRING is sent to stdout
6095 when TERMINAL is nil. */)
6098 Lisp_Object terminal
;
6100 struct terminal
*t
= get_terminal (terminal
, 1);
6103 /* ??? Perhaps we should do something special for multibyte strings here. */
6104 CHECK_STRING (string
);
6108 error ("Unknown terminal device");
6110 if (t
->type
== output_initial
)
6112 else if (t
->type
!= output_termcap
&& t
->type
!= output_msdos_raw
)
6113 error ("Device %d is not a termcap terminal device", t
->id
);
6116 struct tty_display_info
*tty
= t
->display_info
.tty
;
6119 error ("Terminal is currently suspended");
6121 if (tty
->termscript
)
6123 fwrite (SDATA (string
), 1, SBYTES (string
), tty
->termscript
);
6124 fflush (tty
->termscript
);
6128 fwrite (SDATA (string
), 1, SBYTES (string
), out
);
6135 DEFUN ("ding", Fding
, Sding
, 0, 1, 0,
6136 doc
: /* Beep, or flash the screen.
6137 Also, unless an argument is given,
6138 terminate any keyboard macro currently executing. */)
6147 ring_bell (XFRAME (selected_frame
));
6160 else if (!INTERACTIVE
) /* Stop executing a keyboard macro. */
6161 error ("Keyboard macro terminated by a command ringing the bell");
6163 ring_bell (XFRAME (selected_frame
));
6168 /***********************************************************************
6170 ***********************************************************************/
6172 DEFUN ("sleep-for", Fsleep_for
, Ssleep_for
, 1, 2, 0,
6173 doc
: /* Pause, without updating display, for SECONDS seconds.
6174 SECONDS may be a floating-point value, meaning that you can wait for a
6175 fraction of a second. Optional second arg MILLISECONDS specifies an
6176 additional wait period, in milliseconds; this may be useful if your
6177 Emacs was built without floating point support.
6178 \(Not all operating systems support waiting for a fraction of a second.) */)
6179 (seconds
, milliseconds
)
6180 Lisp_Object seconds
, milliseconds
;
6184 if (NILP (milliseconds
))
6185 XSETINT (milliseconds
, 0);
6187 CHECK_NUMBER (milliseconds
);
6188 usec
= XINT (milliseconds
) * 1000;
6191 double duration
= extract_float (seconds
);
6192 sec
= (int) duration
;
6193 usec
+= (duration
- sec
) * 1000000;
6196 #ifndef EMACS_HAS_USECS
6197 if (sec
== 0 && usec
!= 0)
6198 error ("Millisecond `sleep-for' not supported on %s", SYSTEM_TYPE
);
6201 /* Assure that 0 <= usec < 1000000. */
6204 /* We can't rely on the rounding being correct if usec is negative. */
6205 if (-1000000 < usec
)
6206 sec
--, usec
+= 1000000;
6208 sec
-= -usec
/ 1000000, usec
= 1000000 - (-usec
% 1000000);
6211 sec
+= usec
/ 1000000, usec
%= 1000000;
6213 if (sec
< 0 || (sec
== 0 && usec
== 0))
6216 wait_reading_process_output (sec
, usec
, 0, 0, Qnil
, NULL
, 0);
6222 /* This is just like wait_reading_process_output, except that
6225 TIMEOUT is number of seconds to wait (float or integer),
6226 or t to wait forever.
6227 READING is 1 if reading input.
6228 If DO_DISPLAY is >0 display process output while waiting.
6229 If DO_DISPLAY is >1 perform an initial redisplay before waiting.
6233 sit_for (timeout
, reading
, do_display
)
6234 Lisp_Object timeout
;
6235 int reading
, do_display
;
6239 swallow_events (do_display
);
6241 if ((detect_input_pending_run_timers (do_display
))
6242 || !NILP (Vexecuting_kbd_macro
))
6245 if (do_display
>= 2)
6246 redisplay_preserve_echo_area (2);
6248 if (INTEGERP (timeout
))
6250 sec
= XINT (timeout
);
6253 else if (FLOATP (timeout
))
6255 double seconds
= XFLOAT_DATA (timeout
);
6256 sec
= (int) seconds
;
6257 usec
= (int) ((seconds
- sec
) * 1000000);
6259 else if (EQ (timeout
, Qt
))
6265 wrong_type_argument (Qnumberp
, timeout
);
6267 if (sec
== 0 && usec
== 0 && !EQ (timeout
, Qt
))
6274 wait_reading_process_output (sec
, usec
, reading
? -1 : 1, do_display
,
6277 return detect_input_pending () ? Qnil
: Qt
;
6281 DEFUN ("redisplay", Fredisplay
, Sredisplay
, 0, 1, 0,
6282 doc
: /* Perform redisplay if no input is available.
6283 If optional arg FORCE is non-nil or `redisplay-dont-pause' is non-nil,
6284 perform a full redisplay even if input is available.
6285 Return t if redisplay was performed, nil otherwise. */)
6292 if ((detect_input_pending_run_timers (1)
6293 && NILP (force
) && !redisplay_dont_pause
)
6294 || !NILP (Vexecuting_kbd_macro
))
6297 count
= SPECPDL_INDEX ();
6298 if (!NILP (force
) && !redisplay_dont_pause
)
6299 specbind (Qredisplay_dont_pause
, Qt
);
6300 redisplay_preserve_echo_area (2);
6301 unbind_to (count
, Qnil
);
6307 /***********************************************************************
6308 Other Lisp Functions
6309 ***********************************************************************/
6311 /* A vector of size >= 2 * NFRAMES + 3 * NBUFFERS + 1, containing the
6312 session's frames, frame names, buffers, buffer-read-only flags, and
6313 buffer-modified-flags. */
6315 static Lisp_Object frame_and_buffer_state
;
6318 DEFUN ("frame-or-buffer-changed-p", Fframe_or_buffer_changed_p
,
6319 Sframe_or_buffer_changed_p
, 0, 1, 0,
6320 doc
: /* Return non-nil if the frame and buffer state appears to have changed.
6321 VARIABLE is a variable name whose value is either nil or a state vector
6322 that will be updated to contain all frames and buffers,
6323 aside from buffers whose names start with space,
6324 along with the buffers' read-only and modified flags. This allows a fast
6325 check to see whether buffer menus might need to be recomputed.
6326 If this function returns non-nil, it updates the internal vector to reflect
6329 If VARIABLE is nil, an internal variable is used. Users should not
6330 pass nil for VARIABLE. */)
6332 Lisp_Object variable
;
6334 Lisp_Object state
, tail
, frame
, buf
;
6335 Lisp_Object
*vecp
, *end
;
6338 if (! NILP (variable
))
6340 CHECK_SYMBOL (variable
);
6341 state
= Fsymbol_value (variable
);
6342 if (! VECTORP (state
))
6346 state
= frame_and_buffer_state
;
6348 vecp
= XVECTOR (state
)->contents
;
6349 end
= vecp
+ XVECTOR (state
)->size
;
6351 FOR_EACH_FRAME (tail
, frame
)
6355 if (!EQ (*vecp
++, frame
))
6359 if (!EQ (*vecp
++, XFRAME (frame
)->name
))
6362 /* Check that the buffer info matches. */
6363 for (tail
= Vbuffer_alist
; CONSP (tail
); tail
= XCDR (tail
))
6365 buf
= XCDR (XCAR (tail
));
6366 /* Ignore buffers that aren't included in buffer lists. */
6367 if (SREF (XBUFFER (buf
)->name
, 0) == ' ')
6371 if (!EQ (*vecp
++, buf
))
6375 if (!EQ (*vecp
++, XBUFFER (buf
)->read_only
))
6379 if (!EQ (*vecp
++, Fbuffer_modified_p (buf
)))
6384 /* Detect deletion of a buffer at the end of the list. */
6385 if (EQ (*vecp
, Qlambda
))
6388 /* Come here if we decide the data has changed. */
6390 /* Count the size we will need.
6391 Start with 1 so there is room for at least one lambda at the end. */
6393 FOR_EACH_FRAME (tail
, frame
)
6395 for (tail
= Vbuffer_alist
; CONSP (tail
); tail
= XCDR (tail
))
6397 /* Reallocate the vector if data has grown to need it,
6398 or if it has shrunk a lot. */
6399 if (! VECTORP (state
)
6400 || n
> XVECTOR (state
)->size
6401 || n
+ 20 < XVECTOR (state
)->size
/ 2)
6402 /* Add 20 extra so we grow it less often. */
6404 state
= Fmake_vector (make_number (n
+ 20), Qlambda
);
6405 if (! NILP (variable
))
6406 Fset (variable
, state
);
6408 frame_and_buffer_state
= state
;
6411 /* Record the new data in the (possibly reallocated) vector. */
6412 vecp
= XVECTOR (state
)->contents
;
6413 FOR_EACH_FRAME (tail
, frame
)
6416 *vecp
++ = XFRAME (frame
)->name
;
6418 for (tail
= Vbuffer_alist
; CONSP (tail
); tail
= XCDR (tail
))
6420 buf
= XCDR (XCAR (tail
));
6421 /* Ignore buffers that aren't included in buffer lists. */
6422 if (SREF (XBUFFER (buf
)->name
, 0) == ' ')
6425 *vecp
++ = XBUFFER (buf
)->read_only
;
6426 *vecp
++ = Fbuffer_modified_p (buf
);
6428 /* Fill up the vector with lambdas (always at least one). */
6430 while (vecp
- XVECTOR (state
)->contents
6431 < XVECTOR (state
)->size
)
6433 /* Make sure we didn't overflow the vector. */
6434 if (vecp
- XVECTOR (state
)->contents
6435 > XVECTOR (state
)->size
)
6442 /***********************************************************************
6444 ***********************************************************************/
6446 /* Initialization done when Emacs fork is started, before doing stty.
6447 Determine terminal type and set terminal_driver. Then invoke its
6448 decoding routine to set up variables in the terminal package. */
6453 char *terminal_type
;
6455 #ifdef HAVE_X_WINDOWS
6456 extern int display_arg
;
6459 /* Construct the space glyph. */
6460 space_glyph
.type
= CHAR_GLYPH
;
6461 SET_CHAR_GLYPH (space_glyph
, ' ', DEFAULT_FACE_ID
, 0);
6462 space_glyph
.charpos
= -1;
6465 cursor_in_echo_area
= 0;
6466 terminal_type
= (char *) 0;
6468 /* Now is the time to initialize this; it's used by init_sys_modes
6470 Vinitial_window_system
= Qnil
;
6472 /* SIGWINCH needs to be handled no matter what display we start
6473 with. Otherwise newly opened tty frames will not resize
6478 #endif /* CANNOT_DUMP */
6479 signal (SIGWINCH
, window_change_signal
);
6480 #endif /* SIGWINCH */
6482 /* If running as a daemon, no need to initialize any frames/terminal. */
6486 /* If the user wants to use a window system, we shouldn't bother
6487 initializing the terminal. This is especially important when the
6488 terminal is so dumb that emacs gives up before and doesn't bother
6489 using the window system.
6491 If the DISPLAY environment variable is set and nonempty,
6492 try to use X, and die with an error message if that doesn't work. */
6494 #ifdef HAVE_X_WINDOWS
6495 if (! inhibit_window_system
&& ! display_arg
)
6498 display
= getenv ("DISPLAY");
6499 display_arg
= (display
!= 0 && *display
!= 0);
6501 if (display_arg
&& !x_display_ok (display
))
6503 fprintf (stderr
, "Display %s unavailable, simulating -nw\n",
6505 inhibit_window_system
= 1;
6509 if (!inhibit_window_system
&& display_arg
6515 Vinitial_window_system
= Qx
;
6517 Vwindow_system_version
= make_number (11);
6519 #if defined (GNU_LINUX) && defined (HAVE_LIBNCURSES)
6520 /* In some versions of ncurses,
6521 tputs crashes if we have not called tgetent.
6523 { char b
[2044]; tgetent (b
, "xterm");}
6525 adjust_frame_glyphs_initially ();
6528 #endif /* HAVE_X_WINDOWS */
6531 if (!inhibit_window_system
)
6533 Vinitial_window_system
= Qw32
;
6534 Vwindow_system_version
= make_number (1);
6535 adjust_frame_glyphs_initially ();
6538 #endif /* HAVE_NTGUI */
6541 if (!inhibit_window_system
6547 Vinitial_window_system
= Qns
;
6548 Vwindow_system_version
= make_number(10);
6549 adjust_frame_glyphs_initially ();
6554 /* If no window system has been specified, try to use the terminal. */
6557 fatal ("standard input is not a tty");
6562 terminal_type
= "w32console";
6564 /* Look at the TERM variable. */
6565 terminal_type
= (char *) getenv ("TERM");
6569 #ifdef HAVE_WINDOW_SYSTEM
6570 if (! inhibit_window_system
)
6571 fprintf (stderr
, "Please set the environment variable DISPLAY or TERM (see `tset').\n");
6573 #endif /* HAVE_WINDOW_SYSTEM */
6574 fprintf (stderr
, "Please set the environment variable TERM; see `tset'.\n");
6580 struct frame
*f
= XFRAME (selected_frame
);
6582 /* Open a display on the controlling tty. */
6583 t
= init_tty (0, terminal_type
, 1); /* Errors are fatal. */
6585 /* Convert the initial frame to use the new display. */
6586 if (f
->output_method
!= output_initial
)
6588 f
->output_method
= t
->type
;
6591 t
->reference_count
++;
6592 t
->display_info
.tty
->top_frame
= selected_frame
;
6593 change_frame_size (XFRAME (selected_frame
),
6594 FrameRows (t
->display_info
.tty
),
6595 FrameCols (t
->display_info
.tty
), 0, 0, 1);
6597 /* Delete the initial terminal. */
6598 if (--initial_terminal
->reference_count
== 0
6599 && initial_terminal
->delete_terminal_hook
)
6600 (*initial_terminal
->delete_terminal_hook
) (initial_terminal
);
6602 /* Update frame parameters to reflect the new type. */
6603 Fmodify_frame_parameters
6604 (selected_frame
, Fcons (Fcons (Qtty_type
,
6605 Ftty_type (selected_frame
)), Qnil
));
6606 if (t
->display_info
.tty
->name
)
6607 Fmodify_frame_parameters (selected_frame
,
6608 Fcons (Fcons (Qtty
, build_string (t
->display_info
.tty
->name
)),
6611 Fmodify_frame_parameters (selected_frame
, Fcons (Fcons (Qtty
, Qnil
),
6616 struct frame
*sf
= SELECTED_FRAME ();
6617 int width
= FRAME_TOTAL_COLS (sf
);
6618 int height
= FRAME_LINES (sf
);
6620 unsigned int total_glyphs
= height
* (width
+ 2) * sizeof (struct glyph
);
6622 /* If these sizes are so big they cause overflow, just ignore the
6623 change. It's not clear what better we could do. */
6624 if (total_glyphs
/ sizeof (struct glyph
) / height
!= width
+ 2)
6625 fatal ("screen size %dx%d too big", width
, height
);
6628 adjust_frame_glyphs_initially ();
6629 calculate_costs (XFRAME (selected_frame
));
6631 /* Set up faces of the initial terminal frame of a dumped Emacs. */
6634 && NILP (Vinitial_window_system
))
6636 /* For the initial frame, we don't have any way of knowing what
6637 are the foreground and background colors of the terminal. */
6638 struct frame
*sf
= SELECTED_FRAME();
6640 FRAME_FOREGROUND_PIXEL (sf
) = FACE_TTY_DEFAULT_FG_COLOR
;
6641 FRAME_BACKGROUND_PIXEL (sf
) = FACE_TTY_DEFAULT_BG_COLOR
;
6642 call0 (intern ("tty-set-up-initial-frame-faces"));
6648 /***********************************************************************
6650 ***********************************************************************/
6652 DEFUN ("internal-show-cursor", Finternal_show_cursor
,
6653 Sinternal_show_cursor
, 2, 2, 0,
6654 doc
: /* Set the cursor-visibility flag of WINDOW to SHOW.
6655 WINDOW nil means use the selected window. SHOW non-nil means
6656 show a cursor in WINDOW in the next redisplay. SHOW nil means
6657 don't show a cursor. */)
6659 Lisp_Object window
, show
;
6661 /* Don't change cursor state while redisplaying. This could confuse
6663 if (!redisplaying_p
)
6666 window
= selected_window
;
6668 CHECK_WINDOW (window
);
6670 XWINDOW (window
)->cursor_off_p
= NILP (show
);
6677 DEFUN ("internal-show-cursor-p", Finternal_show_cursor_p
,
6678 Sinternal_show_cursor_p
, 0, 1, 0,
6679 doc
: /* Value is non-nil if next redisplay will display a cursor in WINDOW.
6680 WINDOW nil or omitted means report on the selected window. */)
6687 window
= selected_window
;
6689 CHECK_WINDOW (window
);
6691 w
= XWINDOW (window
);
6692 return w
->cursor_off_p
? Qnil
: Qt
;
6695 DEFUN ("last-nonminibuffer-frame", Flast_nonminibuf_frame
,
6696 Slast_nonminibuf_frame
, 0, 0, 0,
6697 doc
: /* Value is last nonminibuffer frame. */)
6700 Lisp_Object frame
= Qnil
;
6702 if (last_nonminibuf_frame
)
6703 XSETFRAME (frame
, last_nonminibuf_frame
);
6708 /***********************************************************************
6710 ***********************************************************************/
6715 defsubr (&Sredraw_frame
);
6716 defsubr (&Sredraw_display
);
6717 defsubr (&Sframe_or_buffer_changed_p
);
6718 defsubr (&Sopen_termscript
);
6720 defsubr (&Sredisplay
);
6721 defsubr (&Ssleep_for
);
6722 defsubr (&Ssend_string_to_terminal
);
6723 defsubr (&Sinternal_show_cursor
);
6724 defsubr (&Sinternal_show_cursor_p
);
6725 defsubr (&Slast_nonminibuf_frame
);
6728 defsubr (&Sdump_redisplay_history
);
6731 frame_and_buffer_state
= Fmake_vector (make_number (20), Qlambda
);
6732 staticpro (&frame_and_buffer_state
);
6734 Qdisplay_table
= intern_c_string ("display-table");
6735 staticpro (&Qdisplay_table
);
6736 Qredisplay_dont_pause
= intern_c_string ("redisplay-dont-pause");
6737 staticpro (&Qredisplay_dont_pause
);
6739 DEFVAR_INT ("baud-rate", &baud_rate
,
6740 doc
: /* *The output baud rate of the terminal.
6741 On most systems, changing this value will affect the amount of padding
6742 and the other strategic decisions made during redisplay. */);
6744 DEFVAR_BOOL ("inverse-video", &inverse_video
,
6745 doc
: /* *Non-nil means invert the entire frame display.
6746 This means everything is in inverse video which otherwise would not be. */);
6748 DEFVAR_BOOL ("visible-bell", &visible_bell
,
6749 doc
: /* *Non-nil means try to flash the frame to represent a bell.
6751 See also `ring-bell-function'. */);
6753 DEFVAR_BOOL ("no-redraw-on-reenter", &no_redraw_on_reenter
,
6754 doc
: /* *Non-nil means no need to redraw entire frame after suspending.
6755 A non-nil value is useful if the terminal can automatically preserve
6756 Emacs's frame display when you reenter Emacs.
6757 It is up to you to set this variable if your terminal can do that. */);
6759 DEFVAR_LISP ("initial-window-system", &Vinitial_window_system
,
6760 doc
: /* Name of the window system that Emacs uses for the first frame.
6761 The value is a symbol--for instance, `x' for X windows.
6762 The value is nil if Emacs is using a text-only terminal. */);
6764 DEFVAR_KBOARD ("window-system", Vwindow_system
,
6765 doc
: /* Name of window system through which the selected frame is displayed.
6766 The value is a symbol--for instance, `x' for X windows.
6767 The value is nil if the selected frame is on a text-only-terminal. */);
6769 DEFVAR_LISP ("window-system-version", &Vwindow_system_version
,
6770 doc
: /* The version number of the window system in use.
6771 For X windows, this is 11. */);
6773 DEFVAR_BOOL ("cursor-in-echo-area", &cursor_in_echo_area
,
6774 doc
: /* Non-nil means put cursor in minibuffer, at end of any message there. */);
6776 DEFVAR_LISP ("glyph-table", &Vglyph_table
,
6777 doc
: /* Table defining how to output a glyph code to the frame.
6778 If not nil, this is a vector indexed by glyph code to define the glyph.
6779 Each element can be:
6780 integer: a glyph code which this glyph is an alias for.
6781 string: output this glyph using that string (not impl. in X windows).
6782 nil: this glyph mod 524288 is the code of a character to output,
6783 and this glyph / 524288 is the face number (see `face-id') to use
6784 while outputting it. */);
6785 Vglyph_table
= Qnil
;
6787 DEFVAR_LISP ("standard-display-table", &Vstandard_display_table
,
6788 doc
: /* Display table to use for buffers that specify none.
6789 See `buffer-display-table' for more information. */);
6790 Vstandard_display_table
= Qnil
;
6792 DEFVAR_BOOL ("redisplay-dont-pause", &redisplay_dont_pause
,
6793 doc
: /* *Non-nil means update isn't paused when input is detected. */);
6794 redisplay_dont_pause
= 0;
6796 #if PERIODIC_PREEMPTION_CHECKING
6797 DEFVAR_LISP ("redisplay-preemption-period", &Vredisplay_preemption_period
,
6798 doc
: /* *The period in seconds between checking for input during redisplay.
6799 If input is detected, redisplay is pre-empted, and the input is processed.
6800 If nil, never pre-empt redisplay. */);
6801 Vredisplay_preemption_period
= make_float (0.10);
6808 Vinitial_window_system
= Qnil
;
6809 Vwindow_system_version
= Qnil
;
6813 /* arch-tag: 8d812b1f-04a2-4195-a9c4-381f8457a413
6814 (do not change this comment) */