mirror of
https://github.com/tmux/tmux.git
synced 2024-12-04 19:58:48 +00:00
Allow attributes in menu style, from Japin Li in GitHub issue 4194.
This commit is contained in:
parent
934035db71
commit
cfd3c02306
1
menu.c
1
menu.c
@ -453,7 +453,6 @@ menu_set_style(struct client *c, struct grid_cell *gc, const char *style,
|
|||||||
gc->bg = sytmp.gc.bg;
|
gc->bg = sytmp.gc.bg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
gc->attr = 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
struct menu_data *
|
struct menu_data *
|
||||||
|
3
tmux.1
3
tmux.1
@ -4476,21 +4476,18 @@ See the
|
|||||||
.Sx STYLES
|
.Sx STYLES
|
||||||
section on how to specify
|
section on how to specify
|
||||||
.Ar style .
|
.Ar style .
|
||||||
Attributes are ignored.
|
|
||||||
.It Ic menu-selected-style Ar style
|
.It Ic menu-selected-style Ar style
|
||||||
Set the selected menu item style.
|
Set the selected menu item style.
|
||||||
See the
|
See the
|
||||||
.Sx STYLES
|
.Sx STYLES
|
||||||
section on how to specify
|
section on how to specify
|
||||||
.Ar style .
|
.Ar style .
|
||||||
Attributes are ignored.
|
|
||||||
.It Ic menu-border-style Ar style
|
.It Ic menu-border-style Ar style
|
||||||
Set the menu border style.
|
Set the menu border style.
|
||||||
See the
|
See the
|
||||||
.Sx STYLES
|
.Sx STYLES
|
||||||
section on how to specify
|
section on how to specify
|
||||||
.Ar style .
|
.Ar style .
|
||||||
Attributes are ignored.
|
|
||||||
.It Ic menu-border-lines Ar type
|
.It Ic menu-border-lines Ar type
|
||||||
Set the type of characters used for drawing menu borders.
|
Set the type of characters used for drawing menu borders.
|
||||||
See
|
See
|
||||||
|
Loading…
Reference in New Issue
Block a user