mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +03:00
Fixup of S-Lang initialization.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
795b3a76f0
commit
0bdbd6c608
@ -249,8 +249,9 @@ tty_init (gboolean slow, gboolean ugly_lines)
|
|||||||
ugly_line_drawing = ugly_lines;
|
ugly_line_drawing = ugly_lines;
|
||||||
|
|
||||||
SLtt_Ignore_Beep = 1;
|
SLtt_Ignore_Beep = 1;
|
||||||
|
|
||||||
|
SLutf8_enable (-1); /* has to be called first before any of the other functions. */
|
||||||
SLtt_get_terminfo ();
|
SLtt_get_terminfo ();
|
||||||
SLutf8_enable (-1);
|
|
||||||
/*
|
/*
|
||||||
* If the terminal in not in terminfo but begins with a well-known
|
* If the terminal in not in terminfo but begins with a well-known
|
||||||
* string such as "linux" or "xterm" S-Lang will go on, but the
|
* string such as "linux" or "xterm" S-Lang will go on, but the
|
||||||
|
Loading…
Reference in New Issue
Block a user