libtmux Reference MCP Search
On this page

pane.Pane.send_line

View as Markdown

Module
pane
Declared in
Pane
Package
libtmux
Source
crates/libtmux/src/pane.rs
send_line ( self , text : impl Into<OsString> ) Result<(), Error>
method [source]
method [source]
send_line

Send literal text followed by Enter as one dispatch.

The text and Enter are submitted together, so cancelling this future cannot leave a completed text send without its Enter. The text is sensitive and stays out of diagnostics.

Errors

Returns an error when tmux refuses the line.

Discussed in Pane interaction

0 declared, 0 inherited

Esc

Type to search.