Fix cursor positioning on TTY frames after stretch glyph
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Jul 2016 13:56:36 +0000 (16:56 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Jul 2016 13:56:36 +0000 (16:56 +0300)
commitda2512f24c5772476671202bf6106f63983e22e4
tree21fd6c389a5ce38f521642afee117f263cd1272d
parent3a1e3b41a545ffc438b2e5c69982ff82e64b747c
Fix cursor positioning on TTY frames after stretch glyph

* src/term.c (append_glyph, append_composite_glyph)
(append_glyphless_glyph): Set the avoid_cursor_p and multibyte_p
members of the produced 'struct glyph'.  Fixes cursor positioning
on the first character after a stretch glyph produced from
line-prefix, wrap-prefix, etc. on TTY frames.
src/term.c