From owner-freebsd-libh Wed Oct 10 2:33:36 2001 Delivered-To: freebsd-libh@freebsd.org Received: from r220-1.rz.RWTH-Aachen.DE (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by hub.freebsd.org (Postfix) with ESMTP id 794CB37B408; Wed, 10 Oct 2001 02:33:32 -0700 (PDT) Received: from r220-1.rz.RWTH-Aachen.DE (relay2.RWTH-Aachen.DE [134.130.3.1]) by r220-1.rz.RWTH-Aachen.DE (8.10.1/8.11.3-2) with ESMTP id f9A9XSj05910; Wed, 10 Oct 2001 11:33:28 +0200 (MEST) Received: from kawoserv.kawo2.rwth-aachen.de (root@kawoserv.kawo2.RWTH-Aachen.DE [134.130.180.1]) by r220-1.rz.RWTH-Aachen.DE (8.10.1/8.11.3/6) with ESMTP id f9A9XRo05903; Wed, 10 Oct 2001 11:33:27 +0200 (MEST) Received: from zerogravity.kawo2.rwth-aachen.de (zerogravity.kawo2.rwth-aachen.de [134.130.181.28]) by kawoserv.kawo2.rwth-aachen.de (8.9.3/8.9.3) with ESMTP id LAA32217; Wed, 10 Oct 2001 11:33:26 +0200 Received: by zerogravity.kawo2.rwth-aachen.de (Postfix, from userid 1001) id EB1B514AAF; Wed, 10 Oct 2001 11:33:29 +0200 (CEST) Date: Wed, 10 Oct 2001 11:33:29 +0200 From: Alexander Langer To: Jordan Hubbard Cc: anarcat@anarcat.dyndns.org, freebsd-libh@FreeBSD.ORG Subject: Re: How to create a GUI console in tclh Message-ID: <20011010113329.D1967@zerogravity.kawo2.rwth-aachen.de> References: <20011009143206.A27943@shall.anarcat.dyndns.org> <20011009163733T.jkh@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011009163733T.jkh@freebsd.org>; from jkh@FreeBSD.ORG on Tue, Oct 09, 2001 at 04:37:33PM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thus spake Jordan Hubbard (jkh@FreeBSD.ORG): > to implement its command parser. You basically just want to read in a > text string, call TCL's evaluator on it, and insert the results back > into the console window. Can this be done with TCL's "eval"? Hmm, otoh, I don't know exactly what you want to do :) > I'm sure libh has some sort of scrolling > text widget already, right? Yeah, indeed. We have a multiple-line-textwidget. Maybe you cannot scroll it from within TCL yet, but this should be easy to add. I can do that if there is need. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message