aboutsummaryrefslogtreecommitdiff
path: root/include/curses.h
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-10-16 17:41:25 +0300
committerCem Keylan <cem@ckyln.com>2020-10-16 17:41:25 +0300
commite2abcdca396661cbe0ae2ddb13d5c2b85682c13a (patch)
treeacf9b5c80b645617f882c45224c6e07251711842 /include/curses.h
downloadotools-e2abcdca396661cbe0ae2ddb13d5c2b85682c13a.tar.gz
initial commit
Diffstat (limited to 'include/curses.h')
-rw-r--r--include/curses.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/curses.h b/include/curses.h
new file mode 100644
index 0000000..8105fb7
--- /dev/null
+++ b/include/curses.h
@@ -0,0 +1,13 @@
+/* $OpenBSD: curses.h,v 1.5 2019/01/25 00:19:25 millert Exp $ */
+
+/*
+ * Placed in the public domain by Todd C. Miller <millert@openbsd.org>
+ * on June 17, 2003.
+ */
+
+#ifndef _CURSES_H_
+#define _CURSES_H_
+
+#include <ncurses.h>
+
+#endif /* _CURSES_H_ */