mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-21 03:34:54 +00:00
print hostname in info lane on start (#127)
hostname was set in the info_line and unset right after that
This commit is contained in:
committed by
cylgom
parent
7485d89a4a
commit
0b467a95b3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user