diff options
author | Phil Jones <philj56@gmail.com> | 2022-07-30 09:17:52 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-07-30 09:17:52 +0100 |
commit | 655bde52896b4d6995d0c1b349a7f34d0bb221b1 (patch) | |
tree | 3ae9c5ef8e7138bdb9356ce0a237427d5c843a0c /doc/tofi.5.md | |
parent | 87757b4f0fe9dad041546d0c86a83d918c0aae92 (diff) |
Add option to colour matching portion of results.
This was done by breaking the selected result into three parts, and
rendering each separately. A side-effect is that ligatures split when a
match ends inside them, but I think that's the correct behaviour (rather
than highlighting the whole ligature).
There may be issues with some non-latin languages that make much more
extensive use of ligatures / combining characters, however.
Diffstat (limited to 'doc/tofi.5.md')
-rw-r--r-- | doc/tofi.5.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tofi.5.md b/doc/tofi.5.md index 539b525..c922fac 100644 --- a/doc/tofi.5.md +++ b/doc/tofi.5.md @@ -94,6 +94,14 @@ options. > > Default: \#F92672 +**selection-match-color**=*color* + +> Color of the matching portion of the selected result. Any color that +> is fully transparent (alpha = 0) will disable this highlighting. See +> **COLORS** for more information. +> +> Default: \#00000000 + **selection-padding**=*px* > Extra horizontal padding of the selection background. If *px* = -1, |