Codebase list httping / upstream/2.5+git20181030.db0134a test_ncurses2.c
upstream/2.5+git20181030.db0134a

Tree @upstream/2.5+git20181030.db0134a (Download .tar.gz)

test_ncurses2.c @upstream/2.5+git20181030.db0134araw · history · blame

1
2
3
4
5
6
7
8
#include <ncurses/ncurses.h>

int main(int argc, char *argv[])
{
	initscr();

	return 0;
}