summaryrefslogtreecommitdiffstats
path: root/cmd-queue.c
diff options
context:
space:
mode:
authornicm <nicm>2017-01-05 09:07:15 +0000
committernicm <nicm>2017-01-05 09:07:15 +0000
commit9a56671a7565322142b9871c5fe1d945ce200b9a (patch)
tree42d14df1324f56fc0441879bdbe0ec6f73a183e3 /cmd-queue.c
parent43e8f60bc6e962fe6e9b432ac650d0d7a7f0c86c (diff)
Highlight all occurrences of search string after searching in copy mode.
Diffstat (limited to 'cmd-queue.c')
-rw-r--r--cmd-queue.c1
1 files changed, 0 insertions, 1 deletions
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)