- Module
- tmux
- Declared in
- Pane
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/pane_input.go
- Other languages
- Python Ruby LuaTypeScriptRustJava.NETC++Swift
- ClearHistory ( ctx : context.Context , request : ClearHistoryRequest ) error
-
ClearHistory removes scrollback from the receiver's exact linked pane. ResetHyperlinks triggers a version probe before mutation. A completed command produces a redacted
CommandErroronly for stderr; nonzero exits without stderr are ignored. Accepted changes are not rolled back.In other ports Clear a pane's scrollback
- Python
libtmux.Pane.clear_history - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Pane:clear_history - TypeScript
pane.Pane.clearHistory - Rust
pane.Pane.clear_history - Java
io.github.libtmux.Pane.Pane.clearHistory - .NET
LibTmux.Pane.ClearHistoryAsync - C++
libtmux::Pane::clear_history - Swift
Server.clearHistory(_:)
- Python
0 declared, 0 inherited