mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* slsmg.c (Fake_Alt_Char_Pairs): Update from slang-1.4.5. This
fixes the MC logo in the help screen.
This commit is contained in:
parent
4756fbf271
commit
da4bd88a56
@ -1,3 +1,8 @@
|
||||
2002-08-21 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* slsmg.c (Fake_Alt_Char_Pairs): Update from slang-1.4.5. This
|
||||
fixes the MC logo in the help screen.
|
||||
|
||||
2002-01-21 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* slvideo.c: Include _slang.h, not slang.h.
|
||||
|
@ -784,7 +784,7 @@ void SLsmg_touch_lines (int row, int n)
|
||||
}
|
||||
|
||||
#ifndef pc_system
|
||||
static char Fake_Alt_Char_Pairs [] = "a:j+k+l+m+q-t+u+v+w+x|";
|
||||
static char Fake_Alt_Char_Pairs [] = "a:j+k+l+m+q-t+u+v+w+x|n+`+f\\g#~o,<+>.v-^h#0#";
|
||||
|
||||
static void init_alt_char_set (void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user