Codebase list httping / upstream/2.5+git20200730.1.fa72809 test_ncurses.c
upstream/2.5+git20200730.1.fa72809

Tree @upstream/2.5+git20200730.1.fa72809 (Download .tar.gz)

test_ncurses.c @upstream/2.5+git20200730.1.fa72809raw · history · blame

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

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

	return 0;
}