On this page
tmux.NotificationStream.ContinuePane
- Module
- tmux
- Declared in
- NotificationStream
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/notification_stream.go
- ContinuePane ( ctx : context.Context , pane : PaneID ) error
-
ContinuePane resumes pane output tmux held after this stream fell behind on it. tmux does not replay what it held, so read the pane to recover that span rather than waiting for it. Resuming a pane tmux never paused does nothing and reports nothing, because tmux answers neither.
0 declared, 0 inherited