From 8d1b4b1358db02d6c9426e4bb3553583e11bf112 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 12 Aug 1999 22:59:04 +0000 Subject: Sync up with zsh-3_1_6-pws-1. --- Functions/Completion/__stty | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Functions/Completion/__stty (limited to 'Functions/Completion/__stty') diff --git a/Functions/Completion/__stty b/Functions/Completion/__stty deleted file mode 100644 index ebf0de68f..000000000 --- a/Functions/Completion/__stty +++ /dev/null @@ -1,16 +0,0 @@ -#function 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 -- cgit v1.2.3