libtmux Reference MCP Search
On this page

tmux.MenuItem

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.