aboutsummaryrefslogtreecommitdiff
path: root/wind.c
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-11-11 03:57:47 +0000
committerache <ache@ache.one>2017-11-11 03:57:47 +0000
commit65087f82753a12e330fa0e6fc0c0e4b70c6a6c63 (patch)
tree00c4f4a5a022ab5a631ff738315eb830a039922b /wind.c
parentInit commit (diff)
PoC menu Contact
Diffstat (limited to 'wind.c')
-rw-r--r--wind.c17
1 files changed, 13 insertions, 4 deletions
diff --git a/wind.c b/wind.c
index 0051cd4..138d837 100644
--- a/wind.c
+++ b/wind.c
@@ -6,11 +6,20 @@
/* 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;
+//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);
+}
+
+