aboutsummaryrefslogtreecommitdiff
path: root/wind.c
diff options
context:
space:
mode:
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;
+