We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf55fb commit 92d1073Copy full SHA for 92d1073
source/deimos/ncurses/curses.d
@@ -43,7 +43,6 @@ import core.stdc.stddef; /* we want wchar_t */
43
import core.stdc.stdarg; /* we need va_list */
44
import core.stdc.config; /* we need c_ulong */
45
46
-//#include <ncursesw/unctrl.h>
47
public import deimos.ncurses.unctrl;
48
49
//TODO check if needed... I don't have a windows machine...
source/deimos/ncurses/unctrl.d
@@ -43,7 +43,6 @@ module deimos.ncurses.unctrl;
/* $Id: unctrl.h.in,v 1.11 2009/04/18 21:00:52 tom Exp $ */
-//#include <ncursesw/curses.h>
string NCURSES_VERSION = "5.7";
alias uint chtype;
extern (C) char* unctrl(chtype);
0 commit comments