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:
parent
d2ddb97469
commit
f6e7abc110
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue