libtmux Reference MCP Search
On this page

tmux.ParseControlNotification

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/control_notification.go
ParseControlNotification ( line : []byte ) (ControlNotification, error)
function [source]
function [source]
ParseControlNotification

ParseControlNotification parses one newline-free tmux control-mode notification record. It requires exact control framing and a supported kind, returns errors compatible with ErrMalformedControlNotification or ErrUnknownControlNotification, and copies all caller-owned input before returning. It never returns a partial notification.

0 declared, 0 inherited

Esc

Type to search.