summaryrefslogtreecommitdiff
path: root/src/curses/border.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-21 19:02:10 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-21 19:02:10 -0500
commit7f1d93d30fa55dc5e7cfdf8a846326cbd2941d7c (patch)
tree567bd51c492a6801eb37e1460b6c3921dd203e73 /src/curses/border.c
parent52b8c93b7180eac72721d59315aae2b592e7b3a1 (diff)
add symbols from <curses.h>
Diffstat (limited to 'src/curses/border.c')
-rw-r--r--src/curses/border.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/curses/border.c b/src/curses/border.c
new file mode 100644
index 00000000..6ee27e68
--- /dev/null
+++ b/src/curses/border.c
@@ -0,0 +1,14 @@
+#include <curses.h>
+#include "_curses.h"
+
+int wborder(WINDOW * win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br)
+{
+ return ERR;
+}
+
+CURSES_WFN8(int, border, chtype, chtype, chtype, chtype, chtype, chtype, chtype, chtype)
+
+/*
+XOPEN(400)
+LINK(curses)
+*/