diff options
Diffstat (limited to 'completions/bash/riverctl')
| -rw-r--r-- | completions/bash/riverctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/bash/riverctl b/completions/bash/riverctl index 9793b6f..03ed4f4 100644 --- a/completions/bash/riverctl +++ b/completions/bash/riverctl @@ -64,7 +64,7 @@ function __riverctl_completion () "unmap") OPTS="-release" ;; "attach-mode") OPTS="top bottom" ;; "focus-follows-cursor") OPTS="disabled normal always" ;; - "set-cursor-warp") OPTS="disabled on-output-change" ;; + "set-cursor-warp") OPTS="disabled on-output-change on-focus-change" ;; "hide-cursor") OPTS="timeout when-typing" ;; *) return ;; esac |
