On Wed, Jan 12, 2005 at 02:41:17PM -0500, jmartin wrote:
I guess it wouldn't be too difficult to take existing screen code and hack
it into a GUI. Whatever code allows one instance of screen to reconnect
(-x) to the already persistant screen session could be integrated into a
GUI. But that's far from an actual API.
The important thing is that IMHO the backend shouldn't talk to the
X server, but to the frontend process which does all the displaying.
I want to keep the backend simple and stable, I don't want it to
be linked against Xlib.
Cheers,
Michael.
--
Michael Schroeder address@hidden
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}