summaryrefslogtreecommitdiff
path: root/wrappers/term.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-02-24 23:06:24 -0500
committermidipix <writeonce@midipix.org>2019-02-25 01:25:12 -0500
commit9cd36bac0f34b5a31070093fc55d430c5d2232a9 (patch)
tree3971cb64b19a208a7e21ddc274298c3204e7114e /wrappers/term.h
parentafd788d4554364590ded05f201ee030610d582fd (diff)
downloadsbpython2-9cd36bac0f34b5a31070093fc55d430c5d2232a9.tar.bz2
sbpython2-9cd36bac0f34b5a31070093fc55d430c5d2232a9.tar.xz
project: ncurses wrapper headers: moved to a designated directory.
Diffstat (limited to 'wrappers/term.h')
-rw-r--r--wrappers/term.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/wrappers/term.h b/wrappers/term.h
deleted file mode 100644
index 426c296..0000000
--- a/wrappers/term.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifdef HAVE_NCURSESW_PANEL_H
-#include <ncursesw/term.h>
-#else
-#ifdef HAVE_NCURSES_PANEL_H
-#include <ncurses/term.h>
-#endif
-#endif