libtmux.Server.start_server
- Module
- libtmux
- Declared in
- Server
- Package
- libtmux
- Source
- src/libtmux/server.py
- Other languages
- Ruby Lua TypeScript RustGo Java .NET C++ Swift
-
Start the tmux server via
$ tmux start-server.Usually not needed since the server starts automatically on first session creation.
>>> server.start_server()
In other ports Start the server without creating a session
- 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 - Go
tmux.Server.Start - Java no equivalent on
Server - .NET
LibTmux.Server.StartServerAsync - C++ no equivalent on
Server - Swift
Server.startServer()
0 declared, 0 inherited