FYI, I use a thing called PuTTY... don't remember where it sits but it can
be found on a Google.com search. It is essentially a stripped-down xterm
client for Win9X (maybe even W2k), meaning it cannot do X GUI, but it is
fast (220k exe) and easy (settings are menu-ized). Just make sure, of
course, your server does xterm.  Personally, VT100 makes me want to throw my
monitor through the wall. It also (my favorite) does cut-n-paste, no
keystrokes needed: left-highlight then right-click, just make sure your
cursor is where you want it, and vi is already in input mode because it just
sends an ASCII stream. An annoying side-effect is that tabs are converted to
spaces, but I can live with that.

Good luck,
G. Armstrong
AIX Specialist
TCCC

-----Original Message-----
From: Gary Stainburn [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 20, 2001 4:53 AM
To: Rahul Garg; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: Re: simple Telnet or vi editor problem


The problem is quite simple to describe, not so easy to fix.

When you telnet to a server, your telnet client (where you're sat) informs
the telnet server (the other end) what terminal it's pretending to be - a
terminal being a dumb screen/keyboard that used to be connected to the
server
using a serial cable. This is what telnet pretends to be because that way
when telnet was developed half of the work was already done.

The telnet server then look up the terminal description in either a termcap
or terminfo database and from that extracts things like the number of lines
and columns, the ctrl characters to scroll text and move the cursor.
applications like vim then use this info.

Your problem is that either you don't have an entry for whatever your telnet
client is giving, or the entry is wrong.

If you're using the bog standard Windows telnet client, go to preferences
and
turn on VT100 arrows and Vt100 emulation.  Then when you log in, set your
TERM variable to vt100 - all should then be fine, i.e.

export TERM=vt100

Gary

On Friday 20 July 2001  6:02 am, Rahul Garg wrote:
> Subject: simple Telnet or vi editor problem
>
> >   I am using vi editor on telnet. After typing in 25 or so lines the
next
>
> lines are not shown  though they are saved............stupid question but
> not getting it..............whats the command so that they are shown on
> editor......
>
> >   Waiting for reply...............
>
> I think the  solution given below is indirect way of handling the
> problem.....it shows the entered lines typed only after using :1 and CTRL
d
> and
> not shows the lines as  u type..........still creating a problem.....
> any more solutions...........
> i have received some mails that there may be some settings to be required
> on the server.....but what are those settings...........and how to do
> it...... i am using Red Hat Linux7.0 Version Server.....
>
> i  am actually still not getting where the problem is....in the
> server....in telnet or some command to be reqd. in vi editor........
> also the problem is not accuring in Linux server and windowsNT
> server.....its in the terminals ......................
>
> Any suggestions will bve higfhly appreciated........................
> Waiting for Reply.........
> Tahnx in advance....................
>
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: Rahul Garg <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Thursday, July 19, 2001 7:45 PM
> Subject: Re: Re: simple Telnet or vi editor problem
>
> > Rahul,
> >
> > You could use a :1 and that will take you to the first line of your
>
> program.  Then use cntrl d to page you down.
>
> > cntrl u will get you up one page.
> >
> > Anna
> >
> > Rahul Garg <[EMAIL PROTECTED]> wrote:
> > > Hello,
> >
> > Any solutions regarding this , Creating a problem .....................
> > Waiting  for Reply...........
> >   Subject: simple Telnet or vi editor problem
> >
> >
> >   I am using vi editor on telnet. After typing in 25 or so lines the
next
>
> lines are not shown  though they are saved............stupid question but
> not getting it..............whats the command so that they are shown on
> editor......
>
> >   Waiting for reply...............
> >
> >
> > --
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]

--
Gary Stainburn

This email does not contain private or confidential material as it
may be snooped on by interested government parties for unknown
and undisclosed purposes - Regulation of Investigatory Powers Act, 2000

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to