tmux.Server.Start
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server_attach.go
- Other languages
- Python Ruby Lua TypeScript Rust Java .NET C++ Swift
- Start ( ctx : context.Context ) error
-
Start starts the configured tmux server. It is idempotent when that server is already running. Completed stderr is an error; cancellation does not prove that a daemon was not started.
With tmux's exit-empty default, a server holding no sessions may exit before the next command even though Start succeeded. Create a session or disable exit-empty in
ServerOptions.ConfigFilebefore startup. UseServer.IsAliveorServer.CheckAliveto check it.In other ports Start the server without creating a session
- Python
libtmux.Server.start_server - 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.start - Java no equivalent on
Server - .NET
LibTmux.Server.StartServerAsync - C++ no equivalent on
Server - Swift
Server.startServer()
- Python
0 declared, 0 inherited