libslang/libslang-README.UTF-8
Silvan Calarco 28c850952b rebuilt with --enable-wide-chars
build with libonig [release 2.2.4-2mamba;Thu Jul 26 2012]
2024-01-06 05:47:30 +01:00

13 lines
498 B
Plaintext

This version of slang includes patches for multibyte character support,
and line-drawing characters on unicode consoles.
These patches change the API/ABI of slang slightly.
Notable changes:
- SLSMG_HLINE_CHAR (and friends) are no longer constants, so they
can not be used in static initializers.
- SLsmg_init_smg() now calls setlocale(). If you do not wish this
to happen, set SLsmg_Setlocale to 0. Note: doing so may hinder
the ability of your application to use line-drawing characters.