diff options
author | nicm <nicm> | 2021-10-26 12:22:23 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-10-26 12:22:23 +0000 |
commit | 5745bd27fdfd0e806fb3f734966f66f302c76c48 (patch) | |
tree | 1c5081834d49e7821dd06ee8174dcab18cff4724 /tmux.h | |
parent | 197a116f5a2146309c4c6fecbd9d08d36f2be750 (diff) | |
download | rtmux-5745bd27fdfd0e806fb3f734966f66f302c76c48.tar.gz rtmux-5745bd27fdfd0e806fb3f734966f66f302c76c48.tar.bz2 rtmux-5745bd27fdfd0e806fb3f734966f66f302c76c48.zip |
Do not allow inline styles to replace mode-style for the selected item,
from Alexis Hildebrandt in GitHub issue 2946.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2032,7 +2032,7 @@ char *format_grid_line(struct grid *, u_int); /* format-draw.c */ void format_draw(struct screen_write_ctx *, const struct grid_cell *, u_int, const char *, - struct style_ranges *); + struct style_ranges *, int); u_int format_width(const char *); char *format_trim_left(const char *, u_int); char *format_trim_right(const char *, u_int); |