- Module
- libtmux
- Declared in
- Session
- Package
- libtmux
- Source
- lua/libtmux/_internal/entity.lua
- Other languages
- PythonRubyTypeScriptRustGoJava.NETC++Swift
- new_window ( options : libtmux.NewWindowOptions? = nil ) libtmux.Request<libtmux.Creation>
-
Discussed in Create sessions, windows and panes
In other ports Create a window
- Python
libtmux.Session.new_window - Ruby
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 - Swift
Server.newWindow(in:named:startDirectory:)
- Python
0 declared, 0 inherited