Skip to content

Commit

Permalink
Allow attributes in menu style, from Japin Li in GitHub issue 4194.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicm committed Oct 17, 2024
1 parent 934035d commit cfd3c02
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,6 @@ menu_set_style(struct client *c, struct grid_cell *gc, const char *style,
gc->bg = sytmp.gc.bg;
}
}
gc->attr = 0;
}

struct menu_data *
Expand Down
3 changes: 0 additions & 3 deletions tmux.1
Original file line number Diff line number Diff line change
Expand Up @@ -4476,21 +4476,18 @@ See the
.Sx STYLES
section on how to specify
.Ar style .
Attributes are ignored.
.It Ic menu-selected-style Ar style
Set the selected menu item style.
See the
.Sx STYLES
section on how to specify
.Ar style .
Attributes are ignored.
.It Ic menu-border-style Ar style
Set the menu border style.
See the
.Sx STYLES
section on how to specify
.Ar style .
Attributes are ignored.
.It Ic menu-border-lines Ar type
Set the type of characters used for drawing menu borders.
See
Expand Down

0 comments on commit cfd3c02

Please sign in to comment.