On this page
window.navigation.Window
- Module
- window.navigation
- Package
- libtmux
- Source
- crates/libtmux/src/window/navigation.rs
11 declared, 0 inherited
Members
- active_pane method Return the window's active pane.
- focus_direction method Move focus one pane in this direction, and report where it landed.
- last_pane method Move to the pane that was active before this one, and return it.
- linked_sessions method The sessions this window is linked into, reporting why if it cannot.
- linked_sessions_or_empty method The sessions this window is linked into, in the order tmux lists them.
- pane_at method Find this window's pane at the given index.
- panes method List this window's panes, preserving any failure.
- panes_or_empty method List this window's panes, in tmux's own order.
- search_panes method
- search_panes_or_empty method
- session method Return the session this window was reached through.