comparison src/redisplay.c @ 249:83b3d10dcba9 r20-5b23

Import from CVS: tag r20-5b23
author cvs
date Mon, 13 Aug 2007 10:19:09 +0200
parents f220cc83d72e
children 677f6a0ee643
comparison
equal deleted inserted replaced
248:ad40ac2754d8 249:83b3d10dcba9
5248 ? BUF_ZV (b) 5248 ? BUF_ZV (b)
5249 : BUF_Z (b) - w->window_end_pos[DESIRED_DISP] - 1); 5249 : BUF_Z (b) - w->window_end_pos[DESIRED_DISP] - 1);
5250 5250
5251 update_line_start_cache (w, start, end, pointm, 1); 5251 update_line_start_cache (w, start, end, pointm, 1);
5252 redisplay_output_window (w); 5252 redisplay_output_window (w);
5253 /*
5254 * If we just displayed the echo area, the line start cache is
5255 * no longer valid, because the minibuffer window is assocaited
5256 * with the window now.
5257 */
5258 if (echo_active)
5259 w->line_cache_last_updated = make_int (-1);
5253 } 5260 }
5254 5261
5255 /* #### This should be dependent on face changes and will need to be 5262 /* #### This should be dependent on face changes and will need to be
5256 somewhere else once tty updates occur on a per-frame basis. */ 5263 somewhere else once tty updates occur on a per-frame basis. */
5257 mark_face_cachels_as_clean (w); 5264 mark_face_cachels_as_clean (w);