summaryrefslogtreecommitdiff
path: root/completions/xrandr
diff options
context:
space:
mode:
Diffstat (limited to 'completions/xrandr')
-rw-r--r--completions/xrandr1
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/xrandr b/completions/xrandr
index 332be812..3b89f0c1 100644
--- a/completions/xrandr
+++ b/completions/xrandr
@@ -14,6 +14,7 @@ _xrandr()
return
;;
--mode)
+ local i
for(( i = 1; i < cword; i++ )); do
if [[ "${words[i]}" == --output ]]; then
output=${words[i+1]}