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

server.ServerOptions.engine

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

View as Markdown

Module
server
Declared in
ServerOptions
Package
libtmux
Source
packages/libtmux/src/server.ts
engine : : TmuxEngine
propertyreadonly [source]
propertyreadonly [source]
engine

Run this server's commands somewhere other than a local tmux.

The built-in engine spawns a process per command; supplying one moves every layer above it — snapshots, queries, handles — to a tmux reached however you reach it. See libtmux/engine for what an engine owes its caller.

Server.watch and Server.connect refuse when an engine is present because their observer is a local tmux process.

0 declared, 0 inherited

Esc

Type to search.