aboutsummaryrefslogtreecommitdiff
path: root/wind.c
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-11-08 03:49:10 +0100
committerache <ache@ache.one>2017-11-08 03:49:10 +0100
commit28a3fa7afebb9937fa42b9d53678eb8fd0be529d (patch)
tree83e5caf6ce15aed1cfc1145f1bea91722b67ec9b /wind.c
Init commit
Diffstat (limited to 'wind.c')
-rw-r--r--wind.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/wind.c b/wind.c
new file mode 100644
index 0000000..0051cd4
--- /dev/null
+++ b/wind.c
@@ -0,0 +1,16 @@
+/*
+ * Ache - 2017-08-14 - GPLv3
+ */
+
+#include "wind.h"
+
+/* Managed windows */
+
+
+
+static short my_fg = COLOR_WHITE;
+static short my_bg = COLOR_BLACK;
+extern char status[10];
+extern WINDOW *cmd_win;
+extern WINDOW *sep_win;
+