From owner-freebsd-hackers Fri Dec 29 10:29:55 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA04779 for hackers-outgoing; Fri, 29 Dec 1995 10:29:55 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA04774 for ; Fri, 29 Dec 1995 10:29:53 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id KAA01427; Fri, 29 Dec 1995 10:29:41 -0800 To: hm@altona.hamburg.com cc: freebsd-hackers@FreeBSD.org Subject: Re: syscons driver In-reply-to: Your message of "Fri, 29 Dec 1995 08:48:00 +0100." Date: Fri, 29 Dec 1995 10:29:40 -0800 Message-ID: <1425.820261780@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@FreeBSD.org Precedence: bulk > Besides this i consider X (and curses) the only portable environment to use > if i ever were to write something GUIsh - this is no offense - i would never > lock my application into something so proprietary as a GUI library for VGAs. You don't need to. Your GUI-ish application, if written *correctly*, should know absolutely nothing about X or any other underlying graphics implementation. Jordan