pane.Pane.clearHistory
- Module
- pane
- Declared in
- Pane
- Package
- libtmux
- Source
- packages/libtmux/src/pane.ts
- Other languages
- Python Ruby LuaRustGoJava.NETC++Swift
-
Discard this pane's scrollback history.
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 - Rust
pane.Pane.clear_history - Go
tmux.Pane.ClearHistory - Java
io.github.libtmux.Pane.Pane.clearHistory - .NET
LibTmux.Pane.ClearHistoryAsync - C++
libtmux::Pane::clear_history - Swift
Server.clearHistory(_:)
- Python
Examples
await pane.clearHistory();>>> pane.clear_history()0 declared, 0 inherited