pomdtr / tweety

An integrated terminal for your browser
https://www.tweety.sh/
MIT License
75 stars 5 forks source link

Zellij sessions are inconsistent #17

Open egriff38 opened 6 months ago

egriff38 commented 6 months ago

I was trying to attach to a zellij session in my tweety terminal, and noticed something strange. Running zellij ls shows the same sessions both from my native terminals (vscode, iterm2) and from my tweety terminal. But their status (terminated or not) and the tabs and panes open in the sessions are completely separate between the 2.

I'm going to start by raising a ticket here because this is the more experimental technology, but does tweety do anything when creating a shell that differs from system shells? I know zellij uses unix pipes to keep up with active sessions, and tries to make decisions about config based on the system it's running on, but I wouldn't think that was the make-or-break here. image

pomdtr commented 5 months ago

I'm not an expert in shells, so I might have done something wrong here. I would love to have some unix experts take a look at the code and telling me could be improved.