At the moment, `active_tab_id` type is `Option<Id>`, when initialize a terminal, must set this value event if don't need it. So it's better to change its type to `Id` and set `Id::NULL` as default value
At the moment,
active_tab_idtype isOption<Id>, when initialize a terminal, must set this value event if don't need it.So it's better to change its type to
Idand setId::NULLas default value