Highlight all occurrences of search string after searching in copy mode.

This commit is contained in:
nicm
2017-01-05 09:07:15 +00:00
parent 43e8f60bc6
commit 9a56671a75
6 changed files with 119 additions and 49 deletions

View File

@ -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)