tmux.ParseControlNotification
Go
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- 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