tmux.Pane.Clear
- Module
- tmux
- Declared in
- Pane
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/pane_input.go
- Other languages
- Python Ruby Lua TypeScript Rust Java .NET C++ Swift
- Clear ( ctx : context.Context ) error
-
Clear types the text "reset" and then Enter into the receiver's exact linked pane, the way a person at the keyboard would. Whatever is running reads it: a shell runs reset(1), and an editor receives the word. Use
Pane.ResetorPane.ClearHistoryto act on the pane itself rather than on its program. A transport error may leave the text delivered without Enter.In other ports Clear a pane by running the shell's reset
- Python
libtmux.Pane.clear - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Pane - Rust no equivalent on
Pane - Java no equivalent on
Pane - .NET
LibTmux.Pane.ClearAsync - C++ no equivalent on
Pane - Swift no equivalent on
Pane
- Python
0 declared, 0 inherited