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 f638ff4 commit 4151906Copy full SHA for 4151906
source/deimos/ncurses/curses.d
@@ -69,8 +69,8 @@ extern (C) @nogc nothrow
69
{
70
71
/* types */
72
-alias c_ulong chtype;
73
-alias c_ulong mmask_t;
+alias uint chtype;
+alias uint mmask_t;
74
alias chtype attr_t;
75
alias int OPTIONS;
76
alias void SCREEN;
@@ -307,7 +307,9 @@ struct cchar_t
307
308
attr_t attr;
309
wchar_t[CCHARW_MAX] chars;
310
+ int ext_color;
311
}
312
+static assert (cchar_t.sizeof == 28);
313
314
struct WINDOW
315
0 commit comments