Jason Simmons 540616b4da libtxt: in GetRectsForRange, add placeholders only for newline characters (flutter/engine#5157)
If the range passed to GetRectsForRange includes a newline character, then
the framework expects to see a rectangle representing the newline so it knows
where to position the cursor at the end of the line.

If the range covers other non-printing characters but not the newline, then
GetRectsForRange should not produce a rectangle for the line.
2018-05-09 11:42:44 -07:00
..