diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-01-07 16:01:17 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-01-07 16:01:17 +0000 |
commit | 29e64a8c648eaf6e1bebf6018066991e032756ab (patch) | |
tree | 441b101753a93a27aa82e5713bd1af4a27d4572f /window-choose.c | |
parent | a3428487a787c9ab43cd628338dcc290499891ae (diff) | |
parent | 314e933914de4096c40e623c793049d26484d53a (diff) | |
download | rtmux-29e64a8c648eaf6e1bebf6018066991e032756ab.tar.gz rtmux-29e64a8c648eaf6e1bebf6018066991e032756ab.tar.bz2 rtmux-29e64a8c648eaf6e1bebf6018066991e032756ab.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'window-choose.c')
-rw-r--r-- | window-choose.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/window-choose.c b/window-choose.c index a30916a1..e18b89a3 100644 --- a/window-choose.c +++ b/window-choose.c @@ -796,6 +796,7 @@ window_choose_write_line(struct window_pane *wp, struct screen_write_ctx *ctx, last = screen_size_y(s) - 1; memcpy(&gc, &grid_default_cell, sizeof gc); + gc.flags |= GRID_FLAG_NOPALETTE; if (data->selected == data->top + py) style_apply(&gc, oo, "mode-style"); |