diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:27:41 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:27:41 +0000 |
commit | 947c76bc58a6e1d1ce676b4ddd3a1b22eefab7e7 (patch) | |
tree | 4bf9ed1a57731e5f387617879d6357e989f6bf69 /Completion/Zsh/Command/_echotc | |
parent | 457c84ff52b26b04322880a47bff4fa29c9970e4 (diff) | |
download | zsh-947c76bc58a6e1d1ce676b4ddd3a1b22eefab7e7.tar.gz zsh-947c76bc58a6e1d1ce676b4ddd3a1b22eefab7e7.tar.xz zsh-947c76bc58a6e1d1ce676b4ddd3a1b22eefab7e7.zip |
moved from Completion/Builtins/_echotc
Diffstat (limited to 'Completion/Zsh/Command/_echotc')
-rw-r--r-- | Completion/Zsh/Command/_echotc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Completion/Zsh/Command/_echotc b/Completion/Zsh/Command/_echotc new file mode 100644 index 000000000..cc07b9cd0 --- /dev/null +++ b/Completion/Zsh/Command/_echotc @@ -0,0 +1,7 @@ +#compdef echotc + +local expl + +_wanted arguments expl 'terminal capability' \ + compadd al dc dl do le up al bl cd ce cl cr \ + dc dl do ho is le ma nd nl se so up |