screen: setup scrolling main screen when starting with display-=msgsep

This commit is contained in:
Björn Linse
2021-03-23 08:51:20 +01:00
parent d41778c993
commit 80e122ae5d
2 changed files with 37 additions and 8 deletions

View File

@@ -110,6 +110,7 @@ static char uilog_last_event[1024] = { 0 };
void ui_init(void)
{
default_grid.handle = 1;
msg_grid_adj.target = &default_grid;
ui_comp_init();
}