about summary refs log tree commit diff
path: root/Completion/Zsh/Command/_ttyctl
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Zsh/Command/_ttyctl')
-rw-r--r--Completion/Zsh/Command/_ttyctl4
1 files changed, 4 insertions, 0 deletions
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]'