libtmux.Pane.clear_history
- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux
- Source
- src/libtmux/pane.py
- Other languages
- Ruby LuaTypeScriptRustGoJava.NETC++Swift
-
Clear pane history buffer via
$ tmux clear-history.In other ports Clear a pane's scrollback
- 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 - Go
tmux.Pane.ClearHistory - Java
io.github.libtmux.Pane.Pane.clearHistory - .NET
LibTmux.Pane.ClearHistoryAsync - C++
libtmux::Pane::clear_history - Swift
Server.clearHistory(_:)
Examples
>>> pane.clear_history()await pane.clearHistory();0 declared, 0 inherited