LibTmux.Pane.ClearHistoryAsync
- Module
- LibTmux
- Declared in
- Pane
- Package
- LibTmux
- Source
- src/LibTmux/Pane.Input.cs
- Other languages
- Python Ruby LuaTypeScriptRustGoJavaC++Swift
- ClearHistoryAsync ( resetHyperlinks : bool , cancellationToken : CancellationToken ) Task
-
Drops the pane's scrollback history.
- Parameters
-
-
resetHyperlinks ( bool ) – Whether stored hyperlinks are dropped too.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
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 - Go
tmux.Pane.ClearHistory - Java
io.github.libtmux.Pane.Pane.clearHistory - C++
libtmux::Pane::clear_history - Swift
Server.clearHistory(_:)
0 declared, 0 inherited