diff options
author | nicm <nicm> | 2017-01-05 09:07:15 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-01-05 09:07:15 +0000 |
commit | 9a56671a7565322142b9871c5fe1d945ce200b9a (patch) | |
tree | 42d14df1324f56fc0441879bdbe0ec6f73a183e3 /cmd-queue.c | |
parent | 43e8f60bc6e962fe6e9b432ac650d0d7a7f0c86c (diff) | |
download | rtmux-9a56671a7565322142b9871c5fe1d945ce200b9a.tar.gz rtmux-9a56671a7565322142b9871c5fe1d945ce200b9a.tar.bz2 rtmux-9a56671a7565322142b9871c5fe1d945ce200b9a.zip |
Highlight all occurrences of search string after searching in copy mode.
Diffstat (limited to 'cmd-queue.c')
-rw-r--r-- | cmd-queue.c | 1 |
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) |