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

tmuxtest.Screen

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

View as Markdown

Module
tmuxtest
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/tmuxtest/screen.go
Screen ( ctx : context.Context , t : testing.TB , pane : tmux.Pane ) → []string
function [source]
function [source]
Screen

Screen returns the pane's visible lines, top to bottom, with tmux's trailing blank lines removed.

Scrolled-out output is excluded. Use tmux.Pane.Capture with tmux.CaptureBoundary to read scrollback.

Read failures call testing.TB.Fatal.

0 declared, 0 inherited

Esc

Type to search.