unicode-combine: simplify - remove -Dunicode-precompose option

Since the pre-composing functionality is now part of fcft, it makes
little sense to have a compile time option - there's no size benefit
to be had.

Furthermore, virtually all terminal emulators do
pre-composing (alacritty being an exception), this really isn't that
controversial.
This commit is contained in:
Daniel Eklöf 2020-05-10 17:10:33 +02:00
parent 77e256763c
commit 00df12f1a3
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 7 additions and 44 deletions

View file

@ -22,9 +22,7 @@
* Right mouse button extends the current selection.
* `CSI Ps ; Ps ; Ps t` escape sequences for the following parameters:
`11t`, `13t`, `13;2t`, `14t`, `14;2t`, `15t`, `19t`.
* Unicode combining characters. Parts of this feature are compile time
optional. See [README.md](README.md#user-content-unicode-combining)
for details.
* Unicode combining characters.
### Changed