/* * 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;