tmux.Server.ClearPromptHistory
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/prompt_history.go
- Other languages
- Python Ruby Lua TypeScript RustJava.NET C++ Swift
- ClearPromptHistory ( ctx : context.Context , request : PromptHistoryRequest ) error
-
ClearPromptHistory clears all tmux prompt history or one selected class. Version, transport, and completed-stderr failures are returned. It requires tmux 3.3 or later and returns
VersionTooLowErrorbelow that floor.In other ports Forget what has been typed at command prompts
- Python
libtmux.Server.clear_prompt_history - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Server - Rust
server.Server.clear_prompt_history - Java
io.github.libtmux.Server.Server.clearPromptHistory - .NET
LibTmux.Server.ClearPromptHistoryAsync - C++ no equivalent on
Server - Swift no equivalent on
Server
- Python
0 declared, 0 inherited