diff options
author | nicm <nicm> | 2019-05-28 09:50:54 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-05-28 09:50:54 +0000 |
commit | 12255411f27e2c937334b1d84671ae46d5ef3c0c (patch) | |
tree | 9dfcbecc432316a2fe845db9471e8d8c06bc8570 /tmux.1 | |
parent | 799a154b91c6e6ff7dbe62b67272f09578c99914 (diff) | |
download | rtmux-12255411f27e2c937334b1d84671ae46d5ef3c0c.tar.gz rtmux-12255411f27e2c937334b1d84671ae46d5ef3c0c.tar.bz2 rtmux-12255411f27e2c937334b1d84671ae46d5ef3c0c.zip |
Allow menu items to be disabled by putting a - at the start of their
name, rather than just including #[dim] which still allowed them to be
chosen.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4674,6 +4674,8 @@ The name and command are formats, see the and .Sx STYLES sections. +If the name begins with a hyphen (-), then the item is disabled (shown dim) and +may not be chosen. The name may be empty for a separator line, in which case both the key and command should be omitted. .Pp |