diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2017-01-05 09:07:17 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2017-01-05 09:07:17 +0000 |
commit | 7a6b3c7a8669e3477c88daef0ff9fa5f81fd3a9e (patch) | |
tree | c3d2a2c871f799407a647028eb29041b083ae415 /usr.bin/tmux/cmd-queue.c | |
parent | 5c0d4ed39137bfb56c845186e5152aed707cf731 (diff) |
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) |