v0.15.2
- Fix: Coloring.Next(CursorPositionDummyRune) was not called when the cursor is at the end of the string
- Add
(ColorSequence) Chain
that joins two instances ofColorSequence
- カーソルが末尾にある時、
Coloring.Next
がCursorPositionDummyRune
(U+E000) を受けとれない問題を修正 (ColorSequence) Chain
を追加 (二つのColorSequenceを連結する)