From owner-freebsd-questions Wed Feb 2 14:33:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nisser.com (c1870039.telekabel.chello.nl [212.187.0.39]) by builder.freebsd.org (Postfix) with ESMTP id 1F25A4184 for ; Wed, 2 Feb 2000 14:33:20 -0800 (PST) Received: from nisser.com (roelof [10.0.0.2]) by nisser.com (8.9.3/8.9.2) with ESMTP id XAA61653; Wed, 2 Feb 2000 23:35:07 +0100 (CET) (envelope-from roelof@nisser.com) Message-ID: <3898B0C4.A7CE0981@nisser.com> Date: Wed, 02 Feb 2000 23:33:40 +0100 From: Roelof Osinga Organization: eboa - engineering buro Office Automation X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: David Banning Cc: questions@FreeBSD.ORG Subject: Re: Help writing for ASCII terminals References: <000801bf695b$1136aec0$b71e05d1@tracker> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > David Banning wrote: > > I am interested in writing an application with graphics / text boxes for > ASCII terminals. > It seems xterm communicates through ASCII, but it seems to me that a > non-xterminal > couldn't even fire-up an X11 program - would it? > > Is there a widget set (maybe non-X11) out there that would help me do this? I think it would be better to get some experience with glass TTY's first. Especially regarding the 'graphics' thing. Get your hands on an Ann-Arbor, DEC, Televideo, Wyse, IBM, whatever terminal and browse through its manual. Look into the termcap file if you like. Basically the only graphics they've got in common is things like /\+-| and like chars like = and _. It could probably fire up a X11 program, but would not be able to render its output. Roelof -- Dog's house @ http://cairni.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message