mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-06-15 14:33:46 -04:00
term: do not allow codepoint merging into grapheme clusters directly after a cursor move
That is, only do grapheme clustering when printing codepoints in sequence, without any cursor movements in between. Closes #2383
This commit is contained in:
parent
f66a020bba
commit
d7742d0312
3 changed files with 21 additions and 1 deletions
|
|
@ -73,6 +73,13 @@
|
|||
## Unreleased
|
||||
### Added
|
||||
### Changed
|
||||
|
||||
* Do not allow codepoints to be merged into grapheme clusters directly
|
||||
after a cursor move ([#2383][2383]).
|
||||
|
||||
[2383]: https://codeberg.org/dnkl/foot/issues/2383
|
||||
|
||||
|
||||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue