Has anybody heard of an ability to move the cursor to a different
location on a telnet screen by clicking in a specific area? I'm using
VT100 emulation to connect to an application running solaris 10 and
need the ability to use the mouse. The Kermit project supports this,
but we're having difficulty getting some standard scripting
capabilities working with it.
|
|
0
|
|
|
|
Reply
|
pirooz.javan (1)
|
2/23/2007 5:02:36 PM |
|
Pirooz Javan <pirooz.javan@gmail.com> wrote:
> Has anybody heard of an ability to move the cursor to a different
> location on a telnet screen by clicking in a specific area?
"telnet screen" isn't specific enough. I suppose it's possible for a
client to detect a click and react by moving the cursor. So this isn't
impossible.
But as far as I know, there's noting in a standard CLI telnet client
that will let you do this.
> I'm using
> VT100 emulation to connect to an application running solaris 10 and
> need the ability to use the mouse. The Kermit project supports this,
> but we're having difficulty getting some standard scripting
> capabilities working with it.
That seems odd. I would think that anything using VT100 wouldn't assume
a mouse.
--
Darren Dunham ddunham@taos.com
Senior Technical Consultant TAOS http://www.taos.com/
Got some Dr Pepper? San Francisco, CA bay area
< This line left intentionally blank to confuse you. >
|
|
0
|
|
|
|
Reply
|
Darren
|
2/23/2007 7:24:23 PM
|
|
On Feb 23, 2:24 pm, Darren Dunham <ddun...@redwood.taos.com> wrote:
> Pirooz Javan <pirooz.ja...@gmail.com> wrote:
> > Has anybody heard of an ability to move the cursor to a different
> > location on a telnet screen by clicking in a specific area?
>
> "telnet screen" isn't specific enough. I suppose it's possible for a
> client to detect a click and react by moving the cursor. So this isn't
> impossible.
>
> But as far as I know, there's noting in a standard CLI telnet client
> that will let you do this.
>
> > I'm using
> > VT100 emulation to connect to an application running solaris 10 and
> > need the ability to use the mouse. The Kermit project supports this,
> > but we're having difficulty getting some standard scripting
> > capabilities working with it.
>
> That seems odd. I would think that anything using VT100 wouldn't assume
> a mouse.
>
> --
> Darren Dunham ddun...@taos.com
> Senior Technical Consultant TAOS http://www.taos.com/
> Got some Dr Pepper? San Francisco, CA bay area
> < This line left intentionally blank to confuse you. >
Thanks Darren. Yeah, its definately a unique request, but I still
have the need. Anybody else have any ideas?
|
|
0
|
|
|
|
Reply
|
Pirooz
|
2/26/2007 4:08:45 PM
|
|