1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 19:42:53 -08:00

(display_text_line): Set pos_byte with pos

when skipping invisible.
This commit is contained in:
Karl Heuer 1998-01-18 04:06:12 +00:00
parent d2ddb97469
commit f6e7abc110

View file

@ -3424,6 +3424,7 @@ display_text_line (w, start, start_byte, vpos, hpos, taboffset, ovstr_done)
cursor_hpos = p1 - leftmargin;
}
pos = next_boundary;
pos_byte = CHAR_TO_BYTE (pos);
last_invis_skip = pos;
last_invis_prop = prop;
}