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