From owner-freebsd-current Thu Dec 24 04:54:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA28009 for freebsd-current-outgoing; Thu, 24 Dec 1998 04:54:31 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA28002 for ; Thu, 24 Dec 1998 04:54:29 -0800 (PST) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:EJu9KH8G1yoOeSUparwnJABVoMjOV9Gq@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.1/8.9.1) with ESMTP id VAA16844; Thu, 24 Dec 1998 21:53:55 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id VAA06222; Thu, 24 Dec 1998 21:56:02 +0900 (JST) Message-Id: <199812241256.VAA06222@zodiac.mech.utsunomiya-u.ac.jp> To: hm@hcs.de cc: mike@smith.net.au (Mike Smith), current@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: future of syscons In-reply-to: Your message of "Wed, 23 Dec 1998 09:51:40 +0100." References: Date: Thu, 24 Dec 1998 21:55:01 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >At that time i worked on a version of pcvt containing all the patches and >fixes people sent in and the ones i grabbed from PR's. Further, all the >ifdef spaghetti is removed (and as a result, only FreeBSD is supported >anymore) and all the dead code of the "old" way of X server interfacing. >The result is available at http://www.hcs.de/users/hm/hm-projects.html > >Pcvt needs much more cleanup and some enhancements here and there, and when >i realized how much work this would be, i stopped ;-) > >Instead of working on pcvt, i would let it rest in peace if it were possible >to move its functionality to a new modularized and open console driver. Not much has been designed or decided about terminal emulation code yet. I have just a vague idea that the terminal emulator code shall write to the vty's internal buffer, rather than directly to the screen, and a timer routine will periodically render it to screen. Let's work together in designing this, shall we? Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message