aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2021-10-26 12:22:23 +0000
committernicm <nicm>2021-10-26 12:22:23 +0000
commit5745bd27fdfd0e806fb3f734966f66f302c76c48 (patch)
tree1c5081834d49e7821dd06ee8174dcab18cff4724 /tmux.h
parent197a116f5a2146309c4c6fecbd9d08d36f2be750 (diff)
downloadrtmux-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index e3896132..0d3c923f 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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);