mc/lib/tty
Paul Barker e78b636eba Ticket #3267: mc fails to build against musl libc.
mc fails to build when using musl as the libc provider. This is due to
the CTRL() macro not being defined in <termios.h>. We could include
<sys/ttydefaults.h> explicitly but it's easier just to ensure CTRL is
defined.

This patch taken from the Sabotage Linux distro which fixes this. This
patch has also been tested and works with the OpenEmbedded build
system.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2014-10-01 15:19:54 +04:00
..
color-internal.c Fix name of FSF in all *.c files. 2014-02-28 13:33:17 +04:00
color-internal.h Ticket #2169: Add support for 256 colors terminals 2010-12-29 11:58:10 +02:00
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 Ticket #2169: Add support for 256 colors terminals 2010-12-29 11:58:10 +02:00
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 Ticket #3267: mc fails to build against musl libc. 2014-10-01 15:19:54 +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 Code indentation in lib directory 2010-11-24 10:27:20 +03:00