From owner-freebsd-bugs Mon Feb 3 11:30:17 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B09DC37B401 for ; Mon, 3 Feb 2003 11:30:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CBC143F75 for ; Mon, 3 Feb 2003 11:30:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h13JUFNS053101 for ; Mon, 3 Feb 2003 11:30:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h13JUFxw053096; Mon, 3 Feb 2003 11:30:15 -0800 (PST) Date: Mon, 3 Feb 2003 11:30:15 -0800 (PST) Message-Id: <200302031930.h13JUFxw053096@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Chuck Swiger Subject: Re: bin/47815: stty -all should work. Reply-To: Chuck Swiger Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/47815; it has been noted by GNATS. From: Chuck Swiger To: Ruslan Ermilov , bug-followup@FreeBSD.org Cc: Subject: Re: bin/47815: stty -all should work. Date: Mon, 03 Feb 2003 14:26:36 -0500 Ruslan Ermilov wrote: > On Sun, Feb 02, 2003 at 01:13:54PM -0500, Charlie Root wrote: >>stty should take the -l flag as a no-op, so "stty -all" works. > > Compatibility with who/what? Historical SysV and BSD/SysV hybrids, CMU's /usr/local version. Or my memory thereof. :-) Having "stty all" ~= "stty -all" ~= "stty -a" is convenient, and it even works on the box I'm mailing you from: $ stty -all speed 38400 baud; rows 25; columns 80; line = 0; intr = ^C; quit = ^\; erase = ^H; kill = ^U; eof = ^D; eol = ; eol2 = ; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0; -parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts -ignbrk brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff-iuclc -ixany -imaxbelopost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0isig icanon iexten echo -echoe -echok -echonl -noflsh -tostop -echoctl -echoke $ uname -a CYGWIN_NT-5.1 prime 1.3.19(0.71/3/2) 2003-01-23 21:31 i686 unknown unknown Cygwin About 10% of the Google hits show that form, as well. -Chuck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message