mirror of
https://github.com/tmux/tmux.git
synced 2024-11-18 18:38:54 +00:00
Merge branch 'obsd-master' into master
This commit is contained in:
commit
9e986d6a96
2
menu.c
2
menu.c
@ -100,6 +100,8 @@ menu_add_item(struct menu *menu, const struct menu_item *item,
|
||||
new_item->key = item->key;
|
||||
|
||||
width = format_width(new_item->name);
|
||||
if (*new_item->name == '-')
|
||||
width--;
|
||||
if (width > menu->width)
|
||||
menu->width = width;
|
||||
}
|
||||
|
18
tmux.1
18
tmux.1
@ -4276,24 +4276,6 @@ see the
|
||||
section.
|
||||
Attributes are ignored.
|
||||
.Pp
|
||||
.It Ic popup-style Ar style
|
||||
Set the popup style.
|
||||
For how to specify
|
||||
.Ar style ,
|
||||
see the
|
||||
.Sx STYLES
|
||||
section.
|
||||
Attributes are ignored.
|
||||
.Pp
|
||||
.It Ic popup-border-style Ar style
|
||||
Set the popup border style.
|
||||
For how to specify
|
||||
.Ar style ,
|
||||
see the
|
||||
.Sx STYLES
|
||||
section.
|
||||
Attributes are ignored.
|
||||
.Pp
|
||||
.It Ic popup-border-lines Ar type
|
||||
Set the type of characters used for drawing popup borders.
|
||||
.Ar type
|
||||
|
Loading…
Reference in New Issue
Block a user