From owner-freebsd-current@FreeBSD.ORG Wed Nov 3 11:11:59 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC88D16A4CE; Wed, 3 Nov 2004 11:11:59 +0000 (GMT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEC8943D3F; Wed, 3 Nov 2004 11:11:58 +0000 (GMT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.1/8.13.1) with ESMTP id iA3BBvAu013013; Wed, 3 Nov 2004 14:11:57 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.13.1/8.13.1/Submit) id iA3BBvLJ013012; Wed, 3 Nov 2004 14:11:57 +0300 (MSK) (envelope-from ache) Date: Wed, 3 Nov 2004 14:11:57 +0300 From: Andrey Chernov To: current@freebsd.org, phk@freebsd.org Message-ID: <20041103111157.GA12950@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , current@freebsd.org, phk@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter (version: 1.1; AVE: 6.28.0.12; VDF: 6.28.0.50; host: pobrecita.freebsd.ru) Subject: Recent TTYDEF_LFLAG default change X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 11:12:00 -0000 TTYDEF_LFLAG have ECHO* in it for years, and it is user-visible, some programs may use it (see recent stty/key.c hacking). Why it was needed to remove ECHO* from here just to make yet one non-standard, non cross-BSD compatible and unknown TTYDEF_LFLAG_ECHO? The same goal can be reached by leaving TTYDEF_LFLAG as it always be (with echo), backing out stty/key.c hacking and and just opposite TTYDEF_LFLAG_NOECHO. -- http://ache.pp.ru/