diff options
author | 2017-01-05 09:07:15 +0000 | |
---|---|---|
committer | 2017-01-05 09:07:15 +0000 | |
commit | 15c6df07bcd41a12cfbc2d619b851e5ac3f6788d (patch) | |
tree | 79222c5f8fb7fc25b00aad26c59f0c0fef9163c3 /usr.bin/tmux/cmd-queue.c | |
parent | minor tweaks; (diff) | |
download | wireguard-openbsd-15c6df07bcd41a12cfbc2d619b851e5ac3f6788d.tar.xz wireguard-openbsd-15c6df07bcd41a12cfbc2d619b851e5ac3f6788d.zip |
Highlight all occurrences of search string after searching in copy mode.
Diffstat (limited to 'usr.bin/tmux/cmd-queue.c')
-rw-r--r-- | usr.bin/tmux/cmd-queue.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-queue.c b/usr.bin/tmux/cmd-queue.c index d0db1942a25..2c3e78dc6ea 100644 --- a/usr.bin/tmux/cmd-queue.c +++ b/usr.bin/tmux/cmd-queue.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-queue.c,v 1.46 2016/10/18 08:46:43 nicm Exp $ */ +/* $OpenBSD: cmd-queue.c,v 1.47 2017/01/05 09:07:15 nicm Exp $ */ /* * Copyright (c) 2013 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -275,7 +275,6 @@ cmdq_format(struct cmdq_item *item, const char *key, const char *fmt, ...) free(value); } - /* Process next item on command queue. */ u_int cmdq_next(struct client *c) |