From owner-freebsd-current@FreeBSD.ORG Tue Aug 5 16:50:19 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 ED74D1065671 for ; Tue, 5 Aug 2008 16:50:19 +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 A2C718FC1D for ; Tue, 5 Aug 2008 16:50:19 +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 1KQPji-0003Oz-0m; Tue, 05 Aug 2008 19:50:16 +0300 Date: Tue, 5 Aug 2008 19:50:11 +0300 From: Alex Kozlov To: Giorgos Keramidas , Antony Mawer , current@freebsd.org, spam@rm-rf.kiev.ua Message-ID: <20080805165011.GA3332@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: Tue, 05 Aug 2008 16:50:20 -0000 On Tue, Aug 05, 2008 at 10:17:46AM, Giorgos Keramidas wrote: > On Tue, 5 Aug 2008 07:47:42 +0300, Alex Kozlov wrote: > > cp src/release/picobsd/mfs_tree/etc/termcap /etc/termcap.small > > TERMCAP=/etc/termcap.small > > > > Or if You need only vi: TERMCAP="cons25:cm=\E[%i%d;%dH"; TERM=cons25 > > 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' Maybe it will be better to add /etc/termcap.small to ncurses search path. > > is far nicer than trying to use vi, failing, and falling back on ed. > > /me heads off to prepare a patch for review :-) > -- Adios