Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

types.NewSessionOptions.name

TypeScript
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
types
Declared in
NewSessionOptions
Package
libtmux
Source
packages/libtmux/src/types.ts
name : : string
propertyreadonly [source]
propertyreadonly [source]
name

The session's name, tmux's -s.

Empty names, :, , control characters and DEL are refused, because the supported servers do not agree on them: 3.2a through 3.6b rewrite a delimiter to _ and hand back a session the caller did not name, 3.7 fails, and 3.7a onward stores it literally. What is accepted here reads back unchanged from every supported server.

0 declared, 0 inherited

Esc

Type to search.