Expand description
One window per stream session.
Structs§
- Session
State - Per-session state owned by the main loop.
- Sessions
- All live sessions, keyed by id.
- Shared
Stream View - Forwards
Viewcalls into a sharedStreamView.
Functions§
- format_
title - The
name :porthalf of a window title, shared between the initial title set when a window is created andSessionState::window_title’s later connect/disconnect updates. Port 0 is not a real port — anonymous sessions and opened captures use it as a sentinel — so it is omitted rather than displayed asname :0.
Type Aliases§
- Shared
View - A
StreamViewaddressable from both the desktop and the event pump.