Re: [Gterm-discuss] source code from gterm
Brought to you by:
theosib
From: <jo...@br...> - 2003-02-12 18:34:24
|
On Tue, Feb 11, 2003 at 02:43:37PM -0800, Edward Peschko wrote: > hey, > > I was looking for the source code to gterm, on the sourceforge web page, and > couldn't find any. Try CVS for know. I'll start asking theosib for a tar-ball, after someone (ejoy, myself whoever) has written some scrollback support. > > So how do you get it? Are there any hooks for windows/MacOS? Depends. The core itself is portable and platform indepent. The example (reference?) program depends on some kind of PTY interface, currently implemented for classic Unix /dev/pty??, BSD-style -lutil wrappers and Unix/98 functions. Native Win* is perhaps difficult, don't know wether there is any kind of PTY support. MacOS X should be straight forward. Joerg > > Ed > |