summaryrefslogtreecommitdiffstats
path: root/bash-completion/setterm
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/setterm')
-rw-r--r--bash-completion/setterm2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/setterm b/bash-completion/setterm
index 23a35b8c1..dc6b86032 100644
--- a/bash-completion/setterm
+++ b/bash-completion/setterm
@@ -40,7 +40,7 @@ _setterm_module()
;;
'--dump'|'--append')
local NUM_CONS
- NUM_CONS=(/sys/class/tty/*)
+ NUM_CONS=(/dev/vcsa?*)
COMPREPLY=( $(compgen -W "{1..${#NUM_CONS[*]}}" -- $cur) )
return 0
;;