On this page
LibTmux.TmuxMenuItem
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Utilities/TmuxMenuItem.cs
-
One line of a tmux menu.
tmux takes menu items as bare triples on the command line rather than as flags, so the order of the three is what tells them apart.
4 declared, 0 inherited
Members
- TmuxMenuItem method Initializes one menu item.
- Command property Gets the tmux command it runs.
- Key property Gets the key that chooses it.
- Name property Gets the text shown for the item.