Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

pane.Pane.clearHistory

View as Markdown

Module
pane
Declared in
Pane
Package
libtmux
Source
packages/libtmux/src/pane.ts
Other languages
Python Ruby LuaRustGoJava.NETC++Swift
clearHistory ( ) → Promise<void>
method [source]
method [source]
clearHistory

Discard this pane's scrollback history.

In other ports Clear a pane's scrollback

Examples

await pane.clearHistory();
>>> pane.clear_history()

0 declared, 0 inherited

Esc

Type to search.