On this page
tmux.Plan.NewWindow
- Module
- tmux
- Declared in
- Plan
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/plan_window.go
- NewWindow ( target : Ref , request : NewWindowRequest ) Ref
-
NewWindow records a window created in the session or beside the window that target names, and returns a
Refto it.SelectExisting is rejected: it asks tmux for an existing window's expanded name before creating anything, and a plan records without reading.
0 declared, 0 inherited