1 Nov 20:01
Re: [st] a real (I think) feature request
John Yates <john <at> yates-sheets.org>
2009-11-01 19:01:06 GMT
2009-11-01 19:01:06 GMT
On Sat, Oct 31, 2009 at 4:52 AM, John A. Grahor <jag <at> techma.com> wrote: > I'd like a terminal emulator that has a "dumb" terminal mode, i.e. where > line editing can happen locally and what one types is only sent to the tty > when one hits return (or some other key). Two decades ago I fell in love with Apollo Computer's solution to this problem. A terminal window was broken into two "panes": 1) an editable input pane 2) a read-only transcript pane The two panes were separated by a full window horizontal line or rule. The input pane never shrank to less than one line but could also steal lines from the transcript pane until it grew to a specified fraction of the input window (typically 1/4). The input pane had two modes of operation with an icon on the title bar to indicating which mode was in effect. I cannot recall the actual names so let me just call them "connected mode" and "disconnected mode". In In connected mode type ahead hung around in the input pane until a program running in under that terminal window issued a read from stdin. When that happened a single line of input (i.e. up to a newline) was passed from the input pane to the requesting program. That input line disappeared from the input pane, the program's prompt (if any) appeared in the transcript followed by the input line just delivered. In essence the input pane was simply a visible representation of unconsumed type-ahead. In disconnected mode type ahead input again hung around in the input pane. This time though when a program running in the terminal window(Continue reading)
RSS Feed