Server.newWindow(in:named:startDirectory:)
- Declared in
- Server
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Creation.swift
- Other languages
- PythonRubyLuaTypeScriptRustGoJava.NETC++
- newWindow(in:named:startDirectory:) ( in : Session , named : String? , startDirectory : String? ) WindowAppearance
-
Creates a window in a session and returns its exact appearance.
The appearance is read from the creation reply, after the windows already in the session when no relative placement is given.
- Raises
In other ports Create a window
- Python
libtmux.Session.new_window - Ruby
LibTmux::Session#new_window - Lua
libtmux.Session:new_window - TypeScript
session.Session.newWindow - Rust
session.Session.new_window - Go
tmux.Session.NewWindow - Java
io.github.libtmux.Session.Session.newWindow - .NET
LibTmux.Session.CreateWindowAsync - C++
libtmux::Session::new_window
0 declared, 0 inherited