mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
5943929956
The "topmiddle" and "bottommiddle" characters are defined incorrectly in many skins. This is because the correct definition wouldn't work with S-Lang build. The only place these characters are used is the diffviewer if either the +/- signs or the line numbers are shown, enabled by pressing S or L. The correct definition of these characters currently show up as 'v' and 'w' characters. The fix makes the diffviewer use tty_print_alt_char() as it is being used in other parts of the code, and hence it fixes the bug. It also fixes the skin definitions. Signed-off-by: Andrew Borodin <aborodin@vmail.ru> |
||
---|---|---|
.. | ||
color-internal.c | ||
color-internal.h | ||
color-ncurses.c | ||
color-slang.c | ||
color-slang.h | ||
color.c | ||
color.h | ||
key.c | ||
key.h | ||
keyxdef.c | ||
Makefile.am | ||
mouse.c | ||
mouse.h | ||
tty-internal.h | ||
tty-ncurses.c | ||
tty-ncurses.h | ||
tty-slang.c | ||
tty-slang.h | ||
tty.c | ||
tty.h | ||
win.c | ||
win.h | ||
x11conn.c | ||
x11conn.h |