Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Sep : Re: Indy TIdtelnet
| Subject: | Re: Indy TIdtelnet |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Tue, 25 Sep 2007 16:00:00 |
"Dean Humphreys" <dean.humphreys@gmail.com> wrote in message
news:46f98144$1@newsgroups.borland.com...
> I'm looking to somehow edit the indy Tidtelnet source as
> to change the rows and columns that are defined when
> opening a new telnet session.
There is no such thing as rows and columns in TIdTelnet. It is a socke
connection, not a window. Whatever you are seeing is strictly in the data
that is being transmitted. That is where you need to make your changes, not
in TIdTelnet.
> I assume there is some kind of communication in the protocol
> which defines the amount of rows and colums in the session
> which is setup at the start of a session.
There is not.
Gambit