server.Server.clear_prompt_history
- Module
- server
- Declared in
- Server
- Package
- libtmux
- Source
- crates/libtmux/src/server.rs
- Other languages
- Python TypeScript GoJava.NET C++ Swift
-
Forget the entries tmux remembers for prompts.
Clears every kind, which is what tmux's own command does.
Errors
Returns
Error::UnsupportedCapabilitybelow tmux 3.3, and an error when tmux cannot be reached or refuses the command.In other ports Forget what has been typed at command prompts
- Python
libtmux.Server.clear_prompt_history - TypeScript no equivalent on
Server - Go
tmux.Server.ClearPromptHistory - 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