diff options
author | Phil Jones <philj56@gmail.com> | 2022-12-20 23:53:20 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-12-21 00:15:16 +0000 |
commit | 6c47cf7892d0f212b04e7b798e53c120f51022d7 (patch) | |
tree | c44b910e059d5bdcf991b2239de8d29cb007bed6 /completions/tofi | |
parent | 108550fcf8d3ed8664c0e05defceaf20b4d2b49e (diff) |
Add text cursor support.
This turned out to be much more complex than anticipated, and the
potential for bugs is therefore quite high.
Diffstat (limited to 'completions/tofi')
-rw-r--r-- | completions/tofi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/completions/tofi b/completions/tofi index d871db1..d0025f4 100644 --- a/completions/tofi +++ b/completions/tofi @@ -26,6 +26,12 @@ _tofi() --selection-background-corner-radius --outline-width --outline-color + --text-cursor + --text-cursor-style + --text-cursor-color + --text-cursor-background + --text-cursor-corner-radius + --text-cursor-thickness --prompt-text --prompt-padding --prompt-color |