On this page
LibTmux.Window
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Window.cs
-
Represents an immutable window handle and snapshot.
51 declared, 0 inherited
Members
- BuildLinkWindowArguments method Builds the arguments a link request sends.
- BuildMoveWindowArguments method Builds the arguments a move request sends.
- BuildResizeWindowArguments method
- BuildSelectLayoutArguments method Builds the arguments a layout request sends.
- CreatePaneAsync method Creates a floating pane in this window.
- CreateWindowAsync method Creates a window next to this one.
- DisplayMessageAsync method Shows a message on the client viewing this window.
- Equals method
- ExecuteCommandAsync method Executes one raw tmux command against this window.
- FromEnvironmentAsync method Returns the window holding the pane this process runs in.
- GetHashCode method
- GetLinkedSessionsAsync method Reads every session this window is linked into.
- GetPaneAsync method Reads one pane in this window.
- GetPanesAsync method Reads this window's panes from tmux.
- KillAsync method Stops this window.
- LinkAsync method Links this window into another session.
- MoveAsync method Moves this window to another index or session.
- RefreshAsync method Re-reads this window from tmux.
- RenameAsync method Renames this window.
- ResizeAsync method Resizes this window.
- RespawnAsync method Restarts the command running in this window.
- RotateAsync method Rotates the panes in this window.
- SearchPanesAsync method Runs a tmux-side filter over this window's panes.
- SelectAsync method Selects this window in its session.
- SelectLastPaneAsync method Selects the pane that was last active.
- SelectLayoutAsync method Applies a layout to this window.
- SelectNextLayoutAsync method Moves to the next layout.
- SelectPaneAsync method Selects a pane in this window.
- SelectPreviousLayoutAsync method Moves to the previous layout.
- SplitPaneAsync method Splits a pane in this window.
- SwapAsync method Swaps this window with another.
- UnlinkAsync method Removes this window's link to the session it was read through.
- Window method
- WithCaptured method
- ActivePane property Gets the active pane recorded when this window was read.
- Edge property Gets where this window sits in the session it was read from.
- EntityKey property Gets the session and window this handle names together.
- Generation property Gets the server generation captured with this window.
- Height property Gets the window height captured with this handle.
- Hooks property Gets the hooks of this window.
- Id property Gets the window identifier.
- Index property Gets the index this window holds in its session.
- LinkedSessions property Gets the sessions the capture found this window linked into.
- Name property Gets the window name captured with this handle.
- Options property Gets the options of this window.
- Panes property Gets the panes the capture found in this window.
- RawFormatFields property Gets the tmux fields captured when this handle materialized.
- Server property Gets the server that owns this window.
- Session property Gets the session this window was read through.
- Snapshot property Gets the tmux fields captured when this handle materialized, or null when none were.
- Width property Gets the window width captured with this handle.