about summary refs log tree commit diff
path: root/Completion/User
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:02:54 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:02:54 +0000
commita2af2236e5cd391578b02a91351a532a85fef97b (patch)
tree9e104a33c61b376eddae6c636bcf2260e714e412 /Completion/User
parentd448cc05dd5f6e4e6b1bd840853a7757f8dc259d (diff)
downloadzsh-a2af2236e5cd391578b02a91351a532a85fef97b.tar.gz
zsh-a2af2236e5cd391578b02a91351a532a85fef97b.tar.xz
zsh-a2af2236e5cd391578b02a91351a532a85fef97b.zip
moved to Completion/Unix/Command/_stty
Diffstat (limited to 'Completion/User')
-rw-r--r--Completion/User/_stty16
1 files changed, 0 insertions, 16 deletions
diff --git a/Completion/User/_stty b/Completion/User/_stty
deleted file mode 100644
index 6b54b5007..000000000
--- a/Completion/User/_stty
+++ /dev/null
@@ -1,16 +0,0 @@
-#defcomp stty
-
-if [[ -mcurrent -1 \
-  (*erase|discard|status|dsusp|intr|kill|lnext|quit|reprint|start|s*p) ]]
-then
-     compadd -m -Q '^-' '^h' '^?' '^c' '^u'
-else
-  [[ -string '-' || -string '+' ]]
-  compadd -m rows columns intr quit erase kill eof eol \
-    eol2 start stop susp dsusp reprint discard werase lnext \
-    parenb parodd cs8 cstopb hupcl cread clocal parext \
-    ignbrk brkint ignpar parmrk inpck istrip inlcr igncr icrnl iuclc \
-    ixon ixany ixoff imaxbel isig icanon xcase echo echoe echok \
-    echonl noflsh tostop echoctl echoprt echoke flusho pending iexten \
-    opost olcuc onlcr ocrnl onocr onlret ofill ofdel 
-fi