* xdisp.c (redisplay_window): Invalidate width_run_cache, if the
authorJim Blandy <jimb@redhat.com>
Sat, 8 Oct 1994 22:16:04 +0000 (22:16 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 8 Oct 1994 22:16:04 +0000 (22:16 +0000)
commitf4faa47c569dd7b5105a139c7fff343a34f559b9
tree8f45e14eac9bbb6728584592445750a7e701bc94
parentbe5357e28ee4d76098454c10b500c41a3031c227
* xdisp.c (redisplay_window): Invalidate width_run_cache, if the
buffer's display table doesn't match the width table the cache was
built for.
(display_text_line): Use compute_motion to skip forward to the
left edge of the window when the window is hscrolled; this is
faster than rendering all the characters into the bit bucket when
the hscroll is large.
Doc fixes.
(display_count_lines): Call scan_buffer with new args.
src/xdisp.c