aboutsummaryrefslogtreecommitdiff
path: root/wind.c
blob: 0051cd4698aa2beac8571537b79ac9732dd1c46b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;