Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

tmux.ParseControlNotification

Go
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

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.