- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- PythonRubyLuaTypeScriptRustGo Java .NETSwift
- send_text ( text : std::string_view ) expected< void, CommandFailure >
-
Literal text, never interpreted as key names or formats, and never followed by a newline the caller did not ask for.
Discussed in Pane interaction
In other ports Send keystrokes to a pane
- Python
libtmux.Pane.send_keys - Ruby
LibTmux::Pane#send_keys - Lua
libtmux.Pane:send_keys - TypeScript
pane.Pane.sendKeys - Rust
pane.Pane.send_keys - Go
tmux.Pane.SendKeys - Java no direct equivalent;
Pane.pastewrites a buffer instead - .NET
LibTmux.Pane.SendKeysAsync - Swift
Server.sendKeys(_:to:literally:)
- Python
0 declared, 0 inherited