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

tmux.MenuItem

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

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/server_interactive.go
struct tmux.MenuItem
struct [source]
struct [source]
struct tmux.MenuItem

MenuItem is one display-menu entry. Its zero value is a separator. A named item always contributes its name, key, and command to tmux, including empty key or command strings.

3 declared, 0 inherited

Members

  • Command attribute Command is the tmux command for a named item.
  • Key attribute Key is the optional shortcut for a named item.
  • Name attribute Name is the visible item name; an empty name makes this item a separator.
Esc

Type to search.