You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My plugin subscribe to state change (EventType::SessionUpdate, EventType::TabUpdate, …)
MISSING: zellij sends its state to the pluging
Zellij call the pipe lifetime function.
State 5 is missing here. And I don’t see a get_zellij_state() function that I could use in pipe.
My use case: I want to react differently depending on if there is 1 or multiple user connected to the session (or tab, or…). But since I don’t get Zellij’s state, I can’t.
The text was updated successfully, but these errors were encountered:
Descriptive steps:
load
(hopefully)EventType::SessionUpdate
,EventType::TabUpdate
, …)State 5 is missing here. And I don’t see a
get_zellij_state()
function that I could use inpipe
.My use case: I want to react differently depending on if there is 1 or multiple user connected to the session (or tab, or…). But since I don’t get Zellij’s state, I can’t.
The text was updated successfully, but these errors were encountered: