print hostname in info lane on start

hostname was set in the info_line and unset right after that
This commit is contained in:
Stanislav Laznicka 2019-10-04 13:54:21 +02:00
parent 7485d89a4a
commit 419bfd5080
No known key found for this signature in database
GPG Key ID: C98C414936B1A7F3
1 changed files with 0 additions and 1 deletions

View File

@ -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);