From 95c0077416e0461a67bb3d87636c84a06f61bd69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanislav=20L=C3=A1zni=C4=8Dka?= Date: Fri, 4 Oct 2019 20:41:56 +0200 Subject: [PATCH] print hostname in info lane on start (#127) hostname was set in the info_line and unset right after that --- src/draw.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/draw.c b/src/draw.c index 029d96b..5b6ca62 100644 --- a/src/draw.c +++ b/src/draw.c @@ -28,7 +28,6 @@ void draw_init(struct term_buf* buf) buf->width = tb_width(); buf->height = tb_height(); hostname(&buf->info_line); - buf->info_line = NULL; u16 len_login = strlen(lang.login); u16 len_password = strlen(lang.password);