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

tmuxtest.Type

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
Type ( ctx : context.Context , t : testing.TB , pane : tmux.Pane , command : string )
function [source]
function [source]
Type

Type sends command to the pane and submits it, as a person at the keyboard would.

command is sent literally. Type returns when tmux accepts the keys, before the shell finishes; follow it with a wait when completion matters.

0 declared, 0 inherited

Esc

Type to search.