- Module
- libtmux
- Declared in
- Session
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- PythonRubyLuaTypeScriptRustGoJava.NETSwift
- new_window ( name : std::string_view ) expected< Window, CommandFailure > ( options : NewWindowOptions ) expected< Window, CommandFailure >
-
Created detached: a library call that stole the terminal would be a surprise, and attaching is a separate decision.
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 - Swift
Server.newWindow(in:named:startDirectory:)
- Python
0 declared, 0 inherited