Reicher82 / python / sbpython3

Forked from python/sbpython3 2 years ago
Clone

Blame wrappers/ncurses/term.h

9841e8
#ifdef HAVE_NCURSESW_TERM_H
9841e8
#include <ncursesw/term.h>
9841e8
#else
9841e8
#ifdef HAVE_NCURSES_TERM_H
9841e8
#include <ncurses/term.h>
9841e8
#endif
9841e8
#endif