From da0179bfb22bff9f159e4a7c76e0f810e84d0b4a Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Tue, 3 Apr 2001 21:13:10 +0000 Subject: new completion functions --- Completion/Zsh/Command/_ttyctl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Completion/Zsh/Command/_ttyctl (limited to 'Completion/Zsh/Command/_ttyctl') diff --git a/Completion/Zsh/Command/_ttyctl b/Completion/Zsh/Command/_ttyctl new file mode 100644 index 000000000..45527b07d --- /dev/null +++ b/Completion/Zsh/Command/_ttyctl @@ -0,0 +1,4 @@ +#compdef ttyctl + +_arguments '(-u)-f[freeze terminal settings]' \ + '(-f)-u[unfreeze terminal settings]' -- cgit 1.4.1