Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple users screen structs #788

Merged
merged 19 commits into from Oct 20, 2021
Merged

Multiple users screen structs #788

merged 19 commits into from Oct 20, 2021

Conversation

imsnif
Copy link
Member

@imsnif imsnif commented Oct 15, 2021

This is an additional preparation for supporting multiple non-mirrored clients. This particular change changes the data structures in Screen to support multiple clients - specifically the active_tab_index and tab_history. It also changes most of the pty/screen instructions to specify the client_id which initiated the request.

Right now the clients are mirrored "administratively". Meaning that (for example) when the screen changes tabs, it moves all clients from the focused tab to the new tab regardless of which one initiated the move.

This also fixes some issues discussed in #781

@imsnif imsnif mentioned this pull request Oct 18, 2021
@imsnif imsnif merged commit a99354a into main Oct 20, 2021
@har7an har7an deleted the multiple-users-screen-structs branch October 23, 2022 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant