From owner-freebsd-current@FreeBSD.ORG Sat Nov 22 21:15:18 2003 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 F02F616A4CE for ; Sat, 22 Nov 2003 21:15:18 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FBEC43FE3 for ; Sat, 22 Nov 2003 21:15:17 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hAN5Eglg003923; Sat, 22 Nov 2003 22:14:43 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 22 Nov 2003 22:13:50 -0700 (MST) Message-Id: <20031122.221350.117024907.imp@bsdimp.com> To: richardcoleman@mindspring.com From: "M. Warner Losh" In-Reply-To: <3FC02538.7040903@mindspring.com> References: <20031123131536.M3946@gamplex.bde.org> <20031122.195519.127506801.imp@bsdimp.com> <3FC02538.7040903@mindspring.com> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: bms@spc.org cc: freebsd-current@FreeBSD.org cc: bv@wjv.com cc: jhs@berklix.org cc: kientzle@acm.org Subject: Re: HEADS UP: /bin and /sbin are now dynamically linked 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: Sun, 23 Nov 2003 05:15:19 -0000 In message: <3FC02538.7040903@mindspring.com> Richard Coleman writes: : M. Warner Losh wrote: : : > : I agree. termcap.small is amazingly uncurrent. However, perhaps some : > : merging and reducing is in order. Why is a full cons25 or vt2xx needed? : > : vi only needs a few capabilities. I think we mostly use copies of large : > : termcap entries because copying the whole things is easier. : > : > You have a good point. My termcap was done so that we could run a : > number of applications... : > : > Grepping seems unsatisfying to find out which keys are used. Do you : > have a list? : > : > Warner : : Is the extra maintenance worth it to save a few hundred bytes? Generating them automatically can be kind of difficult. termcap doesn't change that often. Warner