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
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. :)
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
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
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
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
>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
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
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 <
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
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
> 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.
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
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
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
15 matches
Mail list logo