summaryrefslogtreecommitdiff
path: root/curses/WA_ALTCHARSET.h
diff options
context:
space:
mode:
Diffstat (limited to 'curses/WA_ALTCHARSET.h')
-rw-r--r--curses/WA_ALTCHARSET.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/curses/WA_ALTCHARSET.h b/curses/WA_ALTCHARSET.h
new file mode 100644
index 0000000..7c8b69c
--- /dev/null
+++ b/curses/WA_ALTCHARSET.h
@@ -0,0 +1,6 @@
+#include <curses.h>
+#define WA_ALTCHARSET (1<<0)
+/*
+XOPEN(400)
+LINK(curses)
+*/