From 9a56671a7565322142b9871c5fe1d945ce200b9a Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 5 Jan 2017 09:07:15 +0000 Subject: Highlight all occurrences of search string after searching in copy mode. --- cmd-queue.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd-queue.c') diff --git a/cmd-queue.c b/cmd-queue.c index 24fd0c56..d1875717 100644 --- a/cmd-queue.c +++ b/cmd-queue.c @@ -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) -- cgit