]> git.eshelyaron.com Git - emacs.git/commit
(handle_single_display_prop): Handle left-fringe and
authorKim F. Storm <storm@cua.dk>
Wed, 25 Feb 2004 22:39:54 +0000 (22:39 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 25 Feb 2004 22:39:54 +0000 (22:39 +0000)
commitdd341dd9c2dfa102585d11d0ad773c0ff074507f
tree037d9187b26b66cf029958c9aaafbcb08a7de62b
parent446f5f3d0992b2e0d95c2249af0ca3a00f818657
(handle_single_display_prop): Handle left-fringe and
right-fringe similar to a display margin image.  Specifically,
the characters having the fringe prop are no longer shown, and
we use IT_IMAGE/next_element_from_image with image_id = -1 to
do this.  Set fringe bitmap face_id in it->face_id.
(produce_image_glyph): Handle image_id < 0 as "no image" case, but
still realize it->face (i.e. the fringe bitmap face).
src/xdisp.c