Skip to content

Commit c699da0

Browse files
committed
fixed stupid mistake. chtype wasn't defined
1 parent 94f9053 commit c699da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unctrl.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
//#include <ncursesw/curses.h>
4545
string NCURSES_VERSION = "5.7";
46-
46+
alias uint chtype;
4747
extern (C) char* unctrl(chtype);
4848

4949

0 commit comments

Comments
 (0)