On this page
window.placementTarget
- Module
- window
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/window.ts
-
This placement, as tmux addresses one.
A window linked into two sessions is one window with two placements sharing an id, and a bare
@idleaves tmux to choose between them — which it does consistently, and consistently without regard for which placement the handle came from. Qualifying with the session is what makes an operation act on the placement it was reached through.Only the operations that address a placement take this.
kill,rename,selectLayoutandresizeact on the window itself, wherever it is linked, and naming a session there would suggest a choice that does not exist.
0 declared, 0 inherited