LibTmux.Server.ClearPromptHistoryAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Interaction.cs
- Other languages
- Python Ruby Lua TypeScript RustGoJava C++ Swift
- ClearPromptHistoryAsync ( type : PromptType? , cancellationToken : CancellationToken ) Task
-
Forgets what has been typed at command prompts.
- Parameters
-
-
type ( PromptType? ) – Which history to clear, or null for all of them.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Raises
-
-
TmuxVersionTooLowException – tmux is older than 3.3.
-
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 - Go
tmux.Server.ClearPromptHistory - Java
io.github.libtmux.Server.Server.clearPromptHistory - C++ no equivalent on
Server - Swift no equivalent on
Server
0 declared, 0 inherited