diff options
| author | Eli Zaretskii | 2009-12-31 16:14:26 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2009-12-31 16:14:26 -0500 |
| commit | d8300a8a317dfe01eaf7dbf7912f5c03c1fbfea3 (patch) | |
| tree | d99d9c58052815a93a03730dc21c66b6d3810d53 /src/dispextern.h | |
| parent | 90fcfd71cf705476cf64f7314a57eea8ac9bc8db (diff) | |
| download | emacs-d8300a8a317dfe01eaf7dbf7912f5c03c1fbfea3.tar.gz emacs-d8300a8a317dfe01eaf7dbf7912f5c03c1fbfea3.zip | |
Retrospective commit from 2009-09-12.
Undo changes from 2009-09-11. Set row->end and row->start in
xdisp.c:display_line.
dispnew.c (direct_output_for_insert): Give up if we are
reordering bidirectional text.
dispextern.h (IT_STACK_SIZE): Enlarge to 5.
xdisp.c (display_line): Set row->end and it->start for the next
row to the next character in logical order. If we are reordering
bidi text, push and pop the iterator before and after momentarily
iterating in logical order.
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 36533a3f4c5..f601fee7df2 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2825,7 +2825,7 @@ void init_iterator P_ ((struct it *, struct window *, int, | |||
| 2825 | void init_iterator_to_row_start P_ ((struct it *, struct window *, | 2825 | void init_iterator_to_row_start P_ ((struct it *, struct window *, |
| 2826 | struct glyph_row *)); | 2826 | struct glyph_row *)); |
| 2827 | int get_next_display_element P_ ((struct it *)); | 2827 | int get_next_display_element P_ ((struct it *)); |
| 2828 | void set_iterator_to_next P_ ((struct it *, int, int)); | 2828 | void set_iterator_to_next P_ ((struct it *, int)); |
| 2829 | void start_display P_ ((struct it *, struct window *, struct text_pos)); | 2829 | void start_display P_ ((struct it *, struct window *, struct text_pos)); |
| 2830 | void move_it_to P_ ((struct it *, int, int, int, int, int)); | 2830 | void move_it_to P_ ((struct it *, int, int, int, int, int)); |
| 2831 | void move_it_vertically P_ ((struct it *, int)); | 2831 | void move_it_vertically P_ ((struct it *, int)); |