diff options
| author | Christopher Bock <christopher@bocki.com> | 2025-04-12 13:20:15 +0200 |
|---|---|---|
| committer | dana <dana@dana.is> | 2025-06-05 01:41:21 -0500 |
| commit | 07a50d57a2369824b2934b5d6f0aba642b631358 (patch) | |
| tree | 3ad59ba44ea4cc66cbf5a67d0ed355d3459e4e7e /Completion/X | |
| parent | github #131: completion: remove wanna-build (diff) | |
| download | zsh-07a50d57a2369824b2934b5d6f0aba642b631358.tar zsh-07a50d57a2369824b2934b5d6f0aba642b631358.tar.gz zsh-07a50d57a2369824b2934b5d6f0aba642b631358.tar.bz2 zsh-07a50d57a2369824b2934b5d6f0aba642b631358.tar.lz zsh-07a50d57a2369824b2934b5d6f0aba642b631358.tar.xz zsh-07a50d57a2369824b2934b5d6f0aba642b631358.tar.zst zsh-07a50d57a2369824b2934b5d6f0aba642b631358.zip | |
github #131: completion: minor updates
_apt-file: add list-indices (wording tweaked by dana)
_bug: update bts backends from `reportbug --bts help` output
_debsnap: complete -l as --list
_deb_architectures: update archs (source: popcon)
_losetup: remove "--delete"
_rsync: add PROGRESS2 to --info
_x_utils: add eventtype "button"
Diffstat (limited to 'Completion/X')
| -rw-r--r-- | Completion/X/Command/_x_utils | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/Command/_x_utils b/Completion/X/Command/_x_utils index 4b98ec48e..356bda418 100644 --- a/Completion/X/Command/_x_utils +++ b/Completion/X/Command/_x_utils @@ -77,7 +77,7 @@ xev) '-s[use save-under]' \ '-name:window name' \ '-rv' \ - '*-event:event mask:(keyboard mouse expose visibility structure substructure focus property colormap owner_grab_button randr)' + '*-event:event mask:(keyboard mouse expose visibility structure substructure focus property colormap owner_grab_button randr button)' ;; xhost) local type tmp match |
