/* * Ache - 2017-08-14 - GPLv3 */ #include "wind.h" /* Managed windows */ extern int w_menuContact,h_menuContact; static short my_fg = COLOR_WHITE; static short my_bg = COLOR_BLACK; //extern char status[10]; //extern WINDOW *cmd_win; //extern WINDOW *sep_win; void resize() { h_menuContact = LINES-2; w_menuContact = COLS/5-1; showContactListW(); move(1,COLS/2); }