From owner-freebsd-hackers Mon Mar 31 11:44:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA05807 for hackers-outgoing; Mon, 31 Mar 1997 11:44:06 -0800 (PST) Received: from pdx1.world.net (pdx1.world.net [192.243.32.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA05799 for ; Mon, 31 Mar 1997 11:44:02 -0800 (PST) From: proff@suburbia.net Received: from suburbia.net (suburbia.net [203.4.184.1]) by pdx1.world.net (8.7.5/8.7.3) with SMTP id LAA11189 for ; Mon, 31 Mar 1997 11:45:56 -0800 (PST) Received: (qmail 28586 invoked by uid 110); 31 Mar 1997 19:42:52 -0000 Message-ID: <19970331194252.28585.qmail@suburbia.net> Subject: Re: improvement of pcvt In-Reply-To: <199703311909.OAA00481@shandakor.tharsis.com> from George Robbins at "Mar 31, 97 02:09:45 pm" To: grr@shandakor.tharsis.com (George Robbins) Date: Tue, 1 Apr 1997 05:42:51 +1000 (EST) Cc: romanp@mutant.mybody.ryazan.ru, twpierce@mail.bsd.uchicago.edu, tech@openbsd.org X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Subject: Re: improvement of pcvt > > From: Tim Pierce > > > > pcvt has the advantage of VT220 emulation, which is important for > > those of us who connect to remote systems from the console. > > Copying the pc3 termcap entry to all of the systems that I > > regularly use is very inconvenient. Maybe it would be valuable to > > make the pccons or syscons drivers emulate a VT100, for this > > reason. > > Or *anything* that's in the nearly universal termcap/termlib files subset > or generally known. vt52 or "ansi" would be fine as long as it really > worked with the termcap entries (and other things like bbs's) out there. > > George > Just run screen(1). Cheers, Julian.