On this page
tmux.ParseControlNotification
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/control_notification.go
- ParseControlNotification ( line : []byte ) (ControlNotification, error)
-
ParseControlNotification parses one newline-free tmux control-mode notification record. It requires exact control framing and a supported kind, returns errors compatible with
ErrMalformedControlNotificationorErrUnknownControlNotification, and copies all caller-owned input before returning. It never returns a partial notification.
0 declared, 0 inherited