mc/lib/tty
Egmont Koblinger 5943929956 Ticket #3183: diffviewer line drawing fix.
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>
2014-03-16 17:02:46 +04:00
..
color-internal.c Fix name of FSF in all *.c files. 2014-02-28 13:33:17 +04:00
color-internal.h
color-ncurses.c Fix name of FSF in all *.c files. 2014-02-28 13:33:17 +04:00
color-slang.c Fix name of FSF in all *.c files. 2014-02-28 13:33:17 +04:00
color-slang.h
color.c Fix name of FSF in all *.c files. 2014-02-28 13:33:17 +04:00
color.h Code indentation. 2012-07-17 17:04:05 +04:00
key.c Fix name of FSF in all *.c files. 2014-02-28 13:33:17 +04:00
key.h Ticket #2661: support enable bracketed paste of xterm. 2013-10-03 11:41:58 +04:00
keyxdef.c Fix name of FSF in all *.c files. 2014-02-28 13:33:17 +04:00
Makefile.am Clarify usage of AM_CPPFLAGS. 2012-12-18 16:27:49 +04:00
mouse.c Fix name of FSF in all *.c files. 2014-02-28 13:33:17 +04:00
mouse.h Ticket #3011: mc under x11 problems with mouse or hang due gpm 2013-06-10 20:08:56 +03:00
tty-internal.h (tty_lowlevel_getch): used in lib/tty only. 2011-12-12 12:23:25 +03:00
tty-ncurses.c Fix name of FSF in all *.c files. 2014-02-28 13:33:17 +04:00
tty-ncurses.h Ticket #3043: broken NCurses detection. 2013-07-23 14:15:24 +04:00
tty-slang.c Ticket #3183: diffviewer line drawing fix. 2014-03-16 17:02:46 +04:00
tty-slang.h Ticket #3183: diffviewer line drawing fix. 2014-03-16 17:02:46 +04:00
tty.c Fix name of FSF in all *.c files. 2014-02-28 13:33:17 +04:00
tty.h (tty_lowlevel_getch): used in lib/tty only. 2011-12-12 12:23:25 +03:00
win.c Fix name of FSF in all *.c files. 2014-02-28 13:33:17 +04:00
win.h Moved xterm_flag global variable to mc_global.tty.xterm_flag 2011-09-08 14:12:10 +04:00
x11conn.c Fix name of FSF in all *.c files. 2014-02-28 13:33:17 +04:00
x11conn.h