result = MOVE_NEWLINE_OR_CR;
break;
}
+ if (it->method == next_element_from_display_vector)
+ it->face_id = it->saved_face_id;
}
#endif /* HAVE_WINDOW_SYSTEM */
result = MOVE_LINE_TRUNCATED;
hscrolled. This may stop at an x-position < IT->first_visible_x
if the first glyph is partially visible or if we hit a line end. */
if (it->current_x < it->first_visible_x)
- move_it_in_display_line_to (it, ZV, it->first_visible_x,
- MOVE_TO_POS | MOVE_TO_X);
+ {
+ move_it_in_display_line_to (it, ZV, it->first_visible_x,
+ MOVE_TO_POS | MOVE_TO_X);
+ if (it->method == next_element_from_display_vector)
+ it->face_id = it->saved_face_id;
+ }
/* Get the initial row height. This is either the height of the
text hscrolled, if there is any, or zero. */
row->exact_window_width_line_p = 1;
goto at_end_of_line;
}
+ if (it->method == next_element_from_display_vector)
+ it->face_id = it->saved_face_id;
}
}
#endif /* HAVE_WINDOW_SYSTEM */