aboutsummaryrefslogtreecommitdiff
path: root/wind.c
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-01-26 20:16:48 +0100
committerache <ache@ache.one>2018-01-26 20:16:48 +0100
commitf19d27b0ed458a7a08bb31927fcac9a5d328cbc1 (patch)
tree88ec4e8f2ca6f63ef5353e1ffefe81775258d51b /wind.c
parentAdd an option to shown Number instead of name (diff)
Fix message showing bug
Diffstat (limited to 'wind.c')
-rw-r--r--wind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wind.c b/wind.c
index 796476d..6199e3e 100644
--- a/wind.c
+++ b/wind.c
@@ -24,7 +24,7 @@ void resize() {
y_WMessage = 1;
w_WMessage = (4*COLS)/5-2;
- h_WMessage = LINES-5;
+ h_WMessage = LINES-2;
clear();
showContactListW();