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

io.github.libtmux.Pane.Pane.sendLiteral

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

View as Markdown

Module
io.github.libtmux.Pane
Declared in
Pane
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/Pane.java
sendLiteral ( keys : List<String> ) → void ( keys : List<String> , beforeSend : Runnable ) → void
methodoverload2 overloads [source]
methodoverload2 overloads [source]
sendLiteral

Sends an ordered group of strings to this pane as the characters they spell.

Nothing is resolved as a key name, so C-c types those three characters. Recorded before dispatch, with a line break in the joined text treated as tmux treats it: a submit the instant it reaches the pane, whether or not the caller also presses Enter afterward.

Parameters
  • beforeSend ( Runnable ) – validates current input ownership

0 declared, 0 inherited

Esc

Type to search.