[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (no subject)
From: |
Michael Schroeder |
Subject: |
Re: (no subject) |
Date: |
Wed, 12 Jan 2005 19:19:03 +0100 |
User-agent: |
Mutt/1.4.2.1i |
On Tue, Jan 11, 2005 at 11:43:11AM +0000, jmartin wrote:
> I've also contemplated separating out the display logic from the backend
> pty logic into more of a client-server model to achieve two goals: first,
> to build non-terminal front-ends, like a tabbed terminal emulator in X, or
> an OSX Cocoa tabbed terminal;
Yes, a "screen xterm" would be really nice. The screen backend
would connect to a socket instead of opening the tty. One would
have tabs to switch between windows and could use the scrollbar to
scroll through screen's history buffer.
Cheers,
Michael.
--
Michael Schroeder address@hidden
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}