On this page
types.FormatSubscription
- Module
- types
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/types.ts
-
A format tmux expands and reports whenever its value changes.
Reports arrive as
TmuxSubscriptionEvent. tmux evaluates every subscription at most once per second, so this reports a change rather than every intermediate value.Examples
{ format: "#{pane_current_command}", name: "cmd", scope: "all-panes" }
3 declared, 0 inherited