Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

Go API

Go documentation

tmux.Server.ConfirmBefore

Go
  • Python
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

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
ConfirmBefore ( ctx : context.Context , request : ConfirmBeforeRequest ) → error
method [source]
method [source]
ConfirmBefore

ConfirmBefore asks tmux to display a background confirmation prompt and returns after tmux accepts it, not after the user answers or Command runs. It requires tmux 3.3. ConfirmKey and DefaultYes require tmux 3.4 and follow UnsupportedPolicy . Completed stderr is an error; cancellation does not prove prompt delivery or later command execution did not occur.

In other ports Ask a client to confirm before running a command
  • Python libtmux.Server.confirm_before
  • 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 no equivalent on Server
  • Java no equivalent on Server
  • .NET LibTmux.Server.ConfirmBeforeAsync
  • C++ no equivalent on Server
  • Swift no equivalent on Server

0 declared, 0 inherited

Esc

Type to search.