aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'server.c')
-rw-r--r--server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.c b/server.c
index 4afab67d..268a79dd 100644
--- a/server.c
+++ b/server.c
@@ -97,7 +97,7 @@ server_create_client(int fd)
c->session = NULL;
c->tty.sx = 80;
- c->tty.sy = 25;
+ c->tty.sy = 24;
screen_init(&c->status, c->tty.sx, 1, 0);
c->message_string = NULL;