On this page
tmux.ControlNotificationKind
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/option_generated.go
-
ControlNotificationKind identifies a tmux control-mode notification record. Its zero value is unknown and is not emitted by tmux.
ParseControlNotificationreturns known values for the pinned wire vocabulary and rejects unknown notification records.
1 declared, 0 inherited
Members
- MinimumVersion method MinimumVersion returns the oldest
Versionthat emits k. It returns ok == false for the zero value and unknown kinds.