Date: Tue, 05 Aug 2008 11:23:12 -0700 From: Maxim Sobolev <sobomax@FreeBSD.org> To: Giorgos Keramidas <keramida@FreeBSD.org> Cc: Alex Kozlov <spam@rm-rf.kiev.ua>, current@FreeBSD.org, Antony Mawer <fbsd-current@mawer.org> Subject: Re: termcap under single luser Message-ID: <48989A90.5050400@FreeBSD.org> In-Reply-To: <87ljzcdj6t.fsf@kobe.laptop> References: <20080805044742.GA68586@ravenloft.kiev.ua> <87ljzcdj6t.fsf@kobe.laptop>
next in thread | previous in thread | raw e-mail | index | archive | help
Giorgos Keramidas wrote: > On Tue, 5 Aug 2008 07:47:42 +0300, Alex Kozlov <spam@rm-rf.kiev.ua> 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' > > 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. -Maxim
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48989A90.5050400>