Re: [dev] [st] a real (I think) feature request

2009-11-09 Thread Moritz Wilhelmy
On Sun, Nov 08, 2009 at 11:46:31PM -0800, Mark Edgar wrote: > On Mon, Nov 2, 2009 at 7:15 AM, Robert C Corsaro wrote: > > It reminds me of your typical IRC client.  transcript above and one line of > > command at the bottom. > > sirc's ssfe implements this in a standalone application: > http://ww

Re: [dev] [st] a real (I think) feature request

2009-11-08 Thread Mark Edgar
On Mon, Nov 2, 2009 at 7:15 AM, Robert C Corsaro wrote: > It reminds me of your typical IRC client.  transcript above and one line of > command at the bottom. sirc's ssfe implements this in a standalone application: http://www.iagora.com/~espel/sirc/ssfe.c. One could even use it with ssh. :)

Re: [dev] [st] a real (I think) feature request

2009-11-03 Thread Kris Maglione
On Sun, Nov 01, 2009 at 02:01:06PM -0500, John Yates wrote: What made this mechanism so pleasant to use was that all text areas in the screen (editing buffers, input panes, and output transcripts) shared a common set of editing key bindings, similar to vi or emacs. A very common idiom was to list

Re: [dev] [st] a real (I think) feature request

2009-11-03 Thread Kris Maglione
On Sat, Oct 31, 2009 at 07:56:28PM +0100, Moritz Wilhelmy wrote: On Sat, Oct 31, 2009 at 06:43:39PM +, Anselm R Garbe wrote: Can't you do something like this (connecting with ssh to the satellite for just a command): ssh u...@sat 'cat >> /some/file.txt' < file.txt Isn't it "ssh u...@foo c

Re: [dev] [st] a real (I think) feature request

2009-11-02 Thread pancake
i remember that scrollz was implemented in this way. splitting the logic of the interface (prompt+readonly scrollable text area) in a separate program managing the stdio/out/err of another application. i would love to see this usable for ii or many other shell applications Robert C Corsaro wro

Re: [dev] [st] a real (I think) feature request

2009-11-02 Thread Robert C Corsaro
It reminds me of your typical IRC client. transcript above and one line of command at the bottom. hiro wrote: From the length of your description I would guess this solution would be pretty complicated to implement. On Sun, Nov 1, 2009 at 8:01 PM, John Yates wrote: On Sat, Oct 31, 2009 a

Re: [dev] [st] a real (I think) feature request

2009-11-01 Thread hiro
>From the length of your description I would guess this solution would be pretty complicated to implement. On Sun, Nov 1, 2009 at 8:01 PM, John Yates wrote: > On Sat, Oct 31, 2009 at 4:52 AM, John A. Grahor wrote: >> I'd like a terminal emulator that has a "dumb" terminal mode, i.e. where >> lin

Re: [dev] [st] a real (I think) feature request

2009-11-01 Thread John Yates
On Sat, Oct 31, 2009 at 4:52 AM, John A. Grahor 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 Com

Re: [dev] [st] a real (I think) feature request

2009-10-31 Thread Anselm R Garbe
2009/10/31 Moritz Wilhelmy : > On Sat, Oct 31, 2009 at 06:43:39PM +, Anselm R Garbe wrote: >> Can't you do something like this (connecting with ssh to the satellite >> for just a command): >> >> ssh u...@sat 'cat >> /some/file.txt' < file.txt > > Isn't it "ssh u...@foo cat '>>' /some/file.txt <

Re: [dev] [st] a real (I think) feature request

2009-10-31 Thread Moritz Wilhelmy
On Sat, Oct 31, 2009 at 06:43:39PM +, Anselm R Garbe wrote: > Can't you do something like this (connecting with ssh to the satellite > for just a command): > > ssh u...@sat 'cat >> /some/file.txt' < file.txt Isn't it "ssh u...@foo cat '>>' /some/file.txt < file.txt"? Regards Moritz

Re: [dev] [st] a real (I think) feature request

2009-10-31 Thread Anselm R Garbe
2009/10/31 John A. Grahor : > 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). > > I use ssh to connect to hosts with very slow, high latency satellite li

Re: [dev] [st] a real (I think) feature request

2009-10-31 Thread Anonymous
> there's no way to put ssh into a line mode as can be done with > telnet. Looks like it is problem of ssh, not terminal emulator.

Re: [dev] [st] a real (I think) feature request

2009-10-31 Thread Anonymous
On Sat, Oct 31, 2009 at 11:25:29AM +0100, Sebastian A. Liem wrote: > John A. Grahor 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). > Or

Re: [dev] [st] a real (I think) feature request

2009-10-31 Thread Sebastian A. Liem
John A. Grahor 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). Or better; 9term:s hold mode, I would like this too. I would recommend taking a

[dev] [st] a real (I think) feature request

2009-10-31 Thread John A. Grahor
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). I use ssh to connect to hosts with very slow, high latency satellite links. It is exceedingly painful t