diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-22 17:14:35 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-22 17:14:35 +0100 |
commit | 87a59efc9476cc12d3e79b1afb55b9e59984b450 (patch) | |
tree | 1342f08e80c579de62753357893f1eeea9c7b1a8 /tty-term.c | |
parent | d48f0e114e747243a41406e77967ff77bd93b3bb (diff) | |
download | rtmux-87a59efc9476cc12d3e79b1afb55b9e59984b450.tar.gz rtmux-87a59efc9476cc12d3e79b1afb55b9e59984b450.tar.bz2 rtmux-87a59efc9476cc12d3e79b1afb55b9e59984b450.zip |
Log ncurses and utf8proc versions.
Diffstat (limited to 'tty-term.c')
-rw-r--r-- | tty-term.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -18,11 +18,6 @@ #include <sys/types.h> -#if defined(HAVE_CURSES_H) -#include <curses.h> -#elif defined(HAVE_NCURSES_H) -#include <ncurses.h> -#endif #include <fnmatch.h> #include <stdlib.h> #include <string.h> |