On this page
control.Event
- Module
- control
- Package
- libtmux
- Source
- crates/libtmux/src/control.rs
30 declared, 0 inherited
Members
- ClientDetached constant A client detached from the server.
- ClientSessionChanged constant A client switched to a different session.
- ConfigError constant tmux could not read part of its configuration.
- Continued constant tmux resumed a pane it had paused.
- Exit constant The server is going away, so no further events will arrive.
- ExtendedOutput constant A pane produced output, and tmux said how far behind it is.
- LayoutChanged constant A window's panes were rearranged, added to, or removed from.
- Message constant A message tmux was asked to display, by
display-messageor a hook. - Other constant A notification this crate does not model.
- Output constant A pane produced output.
- PaneModeChanged constant A pane entered or left a mode, such as copy mode.
- PasteBufferChanged constant A paste buffer was created or replaced.
- PasteBufferDeleted constant A paste buffer was deleted.
- Paused constant tmux stopped sending a pane's output.
- SessionChanged constant The attached session changed.
- SessionRenamed constant A session was renamed.
- SessionsChanged constant A session was created or destroyed, so the session list is now wrong.
- SessionWindowChanged constant A session's active window changed.
- SubscriptionChanged constant A format this client subscribed to with
refresh-client -Bchanged. - UnlinkedWindowAdded constant A window appeared that the attached session does not link.
- UnlinkedWindowClosed constant A window the attached session does not link closed.
- UnlinkedWindowRenamed constant A window the attached session does not link was renamed.
- WindowAdded constant A window was linked into the attached session.
- WindowClosed constant A window in the attached session closed.
- WindowPaneChanged constant A window's active pane changed.
- WindowRenamed constant A window in the attached session was renamed.
- invalidates_listings method
- may_have_added_a_pane method
- pane method
- window method