From owner-freebsd-current@FreeBSD.ORG Wed Aug 6 01:14:10 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1574B1065678 for ; Wed, 6 Aug 2008 01:14:10 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from istc.kiev.ua (wolf.istc.kiev.ua [193.108.236.1]) by mx1.freebsd.org (Postfix) with ESMTP id 9AA078FC12 for ; Wed, 6 Aug 2008 01:14:09 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from [91.123.146.100] (helo=ravenloft.kiev.ua) by istc.kiev.ua with esmtp (Exim 4.52) id 1KQXbI-0007pE-Jn; Wed, 06 Aug 2008 04:14:06 +0300 Date: Wed, 6 Aug 2008 04:14:01 +0300 From: Alex Kozlov To: Giorgos Keramidas , Maxim Sobolev , Antony Mawer , current@freebsd.org, spam@rm-rf.kiev.ua Message-ID: <20080806011401.GA30692@ravenloft.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: 0.0 (/) X-Spam-Report: Content analysis detailz: (0.0 points, 10.0 required) Cc: Subject: Re: termcap under single luser X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Aug 2008 01:14:10 -0000 On Wed, Aug 06, 2008 at 01:40:19AM +0300, Giorgos Keramidas wrote: > On Tue, 05 Aug 2008 11:23:12 -0700, Maxim Sobolev wrote: > > Giorgos Keramidas wrote: > >> Aha, that's great. We should probably move picobsd's termcap in > >> src/etc and install it as `/etc/termcap.small' by default. It is > >> only 6 KB and typing > >> > >> # export TERMCAP='/etc/termcap.small' > >> > >> is far nicer than trying to use vi, failing, and falling back on ed. > >> > >> /me heads off to prepare a patch for review :-) > > > > IMHO failover to /etc/termcap.small should be automatic within ncurses > > library. > > On Tue, 5 Aug 2008 19:50:11 +0300, Alex Kozlov wrote: > > Maybe it will be better to add /etc/termcap.small to ncurses search path. > > Two people have already suggested this may be useful. I think we have a > plan :) Yes. I think modification of _PATH_DEF should be sufficient. Also will be nice to sync termcap.small entries with main termcap. -- Adios