On this page
pane.Pane.send_line
- Module
- pane
- Declared in
- Pane
- Package
- libtmux
- Source
- crates/libtmux/src/pane.rs
-
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