tmux.Server.ShowPromptHistory
- 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
- ShowPromptHistory ( ctx : context.Context , request : PromptHistoryRequest ) ([]string, error)
-
ShowPromptHistory returns an owned snapshot of tmux prompt-history lines. It requires tmux 3.3 or later and returns
VersionTooLowErrorbelow that floor. A tmux command or transport failure is returned rather than answered with no history.In other ports Read what has been typed at command prompts
- Python
libtmux.Server.show_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.prompt_history - Java
io.github.libtmux.Server.Server.promptHistory - .NET
LibTmux.Server.GetPromptHistoryAsync - C++ no equivalent on
Server - Swift no equivalent on
Server
- Python
0 declared, 0 inherited