diff options
author | Thomas Adam <thomas@xteddy.org> | 2018-09-25 17:02:41 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2018-09-25 17:02:41 +0100 |
commit | 7cf00d6b7206bcf75c626551bd2c008c2df2e387 (patch) | |
tree | 5c014cbfda8f412bfb4eb4ec4ab3434e0c4222e4 /window-copy.c | |
parent | cbf1504fca76af655430228c56263c4f8397850f (diff) | |
parent | 7d59f82cf96a91ac560d06aef0fe5c8880cf2244 (diff) | |
download | rtmux-7cf00d6b7206bcf75c626551bd2c008c2df2e387.tar.gz rtmux-7cf00d6b7206bcf75c626551bd2c008c2df2e387.tar.bz2 rtmux-7cf00d6b7206bcf75c626551bd2c008c2df2e387.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'window-copy.c')
-rw-r--r-- | window-copy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/window-copy.c b/window-copy.c index 383f2c4e..78667b1e 100644 --- a/window-copy.c +++ b/window-copy.c @@ -1299,7 +1299,7 @@ window_copy_write_line(struct window_pane *wp, struct screen_write_ctx *ctx, style_apply(&gc, oo, "mode-style"); gc.flags |= GRID_FLAG_NOPALETTE; - if (py == 0) { + if (py == 0 && s->rupper < s->rlower) { if (data->searchmark == NULL) { size = xsnprintf(hdr, sizeof hdr, "[%u/%u]", data->oy, screen_hsize(data->backing)); |