tmux.Server.CommandPrompt
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server_interactive.go
- Other languages
- Python Ruby Lua TypeScript Rust Java .NET C++ Swift
- CommandPrompt ( ctx : context.Context , request : CommandPromptRequest ) error
-
CommandPrompt asks tmux to display a background command prompt and returns after tmux accepts it, not after input is submitted or Template runs. It requires tmux 3.3. Later flags follow
UnsupportedPolicy. Completed stderr is an error; cancellation does not prove prompt delivery or later execution.In other ports Ask a client for input and run a command with it
- Python
libtmux.Server.command_prompt - 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.command_prompt - Java no equivalent on
Server - .NET
LibTmux.Server.ShowCommandPromptAsync - C++ no equivalent on
Server - Swift no equivalent on
Server
- Python
0 declared, 0 inherited