summaryrefslogtreecommitdiff
path: root/src/curses/chgat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/curses/chgat.c')
-rw-r--r--src/curses/chgat.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/curses/chgat.c b/src/curses/chgat.c
new file mode 100644
index 00000000..9a3398aa
--- /dev/null
+++ b/src/curses/chgat.c
@@ -0,0 +1,14 @@
+#include <curses.h>
+#include "_curses.h"
+
+int wchgat(WINDOW * win, int n, attr_t attr, short color, const void * opts)
+{
+ return ERR;
+}
+
+CURSES_FUNCTION4(int, chgat, int, attr_t, short, const void *)
+
+/*
+XOPEN(400)
+LINK(curses)
+*/