- Module
- LibTmux
- Declared in
- Session
- Package
- libtmux
- Source
- gems/libtmux/lib/libtmux/entity.rb
- Other languages
- PythonLuaTypeScriptRustGoJava.NETC++Swift
- new_window ( name : ::String , command : ::Array[::String] , receipt : true , index : ::Integer? = nil , cwd : ::String? = nil , environment : ::Hash[::String, ::String] = nil , focus : bool = nil , timeout : ::Numeric = nil , cancel : untyped = nil ) ::LibTmux::CreationReceipt ( name : ::String , command : ::Array[::String] , receipt : false = nil , index : ::Integer? = nil , cwd : ::String? = nil , environment : ::Hash[::String, ::String] = nil , focus : bool = nil , timeout : ::Numeric = nil , cancel : untyped = nil ) ::LibTmux::Window
-
Behavior: Creation.
Behavior contract: Creation.
Discussed in libtmux
In other ports Create a window
- Python
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 - Swift
Server.newWindow(in:named:startDirectory:)
- Python
0 declared, 0 inherited