libtmux.Server.clear_prompt_history
- Module
- libtmux
- Declared in
- Server
- Package
- libtmux
- Source
- src/libtmux/server.py
- Other languages
- Ruby Lua TypeScript RustGoJava.NET C++ Swift
-
Clear prompt history via
$ tmux clear-prompt-history.Examples
>>> from libtmux.common import has_gte_version>>> if has_gte_version("3.3"):... server.clear_prompt_history()In other ports Forget what has been typed at command prompts
- 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 - .NET
LibTmux.Server.ClearPromptHistoryAsync - C++ no equivalent on
Server - Swift no equivalent on
Server
0 declared, 0 inherited