mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
It was not Redhat who changed the SLang API of SLsmg_write_char, but
actually Debian. Redhat only copied that code.
This commit is contained in:
parent
60d1a87ba7
commit
63a504ffed
@ -117,8 +117,8 @@ extern void
|
|||||||
tty_print_char(int c)
|
tty_print_char(int c)
|
||||||
{
|
{
|
||||||
#ifdef HAVE_SLANG
|
#ifdef HAVE_SLANG
|
||||||
/* We cannot use SLsmg_write_char here because the Redhat people
|
/* We cannot use SLsmg_write_char here because the Debian and Redhat
|
||||||
* thought changing the API of an external project was fun,
|
* people thought changing the API of an external project was fun,
|
||||||
* especially when it depends on the preprocessor symbol UTF8 being
|
* especially when it depends on the preprocessor symbol UTF8 being
|
||||||
* defined or not. Congratulations! At least, they left the API call
|
* defined or not. Congratulations! At least, they left the API call
|
||||||
* for SLsmg_write_nchars as it has always been.
|
* for SLsmg_write_nchars as it has always been.
|
||||||
|
Loading…
Reference in New Issue
Block a user