On this page
WindowPlan
- Package
- libtmux-swift
- Source
- Sources/TmuxWorkspace/Workspace.swift
- struct WindowPlan : struct WindowPlan
-
One window, and the panes in it.
7 declared, 0 inherited
Members
- !=(_:_:) function Returns a Boolean value indicating whether two values are not equal.
- init(from:) method Creates a new instance by decoding from the given decoder.
- init(windowName:startDirectory:layout:panes:) method
- layout property tmux's own layout name —
even-horizontal,tiled, and the rest — applied after the panes exist. - panes property The panes to open. The first is the window itself; each one after it splits what is already there.
- startDirectory property Where this window's panes start, overriding the workspace's own.
- windowName property What to call it. Left out, tmux names it after what runs in it.