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

Go API

Go documentation

tmux.ControlNotificationOverflowError

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_queue.go
struct tmux.ControlNotificationOverflowError
struct [source]
struct [source]
struct tmux.ControlNotificationOverflowError

ControlNotificationOverflowError reports the backlog limit and the record that would have crossed it. The queued prefix remains available first.

5 declared, 0 inherited

Members

  • Error method Error describes the bounded backlog without disclosing notification data.
  • LimitBytes attribute LimitBytes is the maximum retained payload and queue framing.
  • NotificationBytes attribute NotificationBytes is the size of the first notification not retained.
  • PendingBytes attribute PendingBytes is the unread payload and queue framing retained at overflow.
  • Unwrap method Unwrap makes ControlNotificationOverflowError compatible with ErrControlNotificationOverflow.
Esc

Type to search.