Re: [twsocket] TnEmulVT: Number Rows - Important!!!!

2005-09-08 Thread [EMAIL PROTECTED]
Hi Steve,

That is the correct answer, but there is a small detail that 
with himself not to discover. I have made a test with an application 
already developed and after sending code IAC, the client recive again 
the screen that it had previously but resize to the new size. In my 
case, after sending commando IAC, receipt nothing and the screen is 
updated

Somebody can help me?

Thanks in advance.

Mensaje 
original
De: [EMAIL PROTECTED]
Recibido: 07/09/2005 8:
50
Para: ICS support mailingtwsocket@elists.org
Asunto: Re: 
[twsocket] TnEmulVT: Number Rows - Important

Francois Piette 
wrote:
Yes, seem to be some communication problems.
I think he is 
looking for the telnet escape sequence to notify the server 
that the 
terminal size has changed.  Maybe it is in the telnet rfc, I'm not 
sure.
 
 
 If that's the question, I don't know the answer. 
 I 
was even not aware that such esc sequence existed !

Maybe it is this 
one.

Telnet Window Size Option
ftp://ftp.rfc-editor.org/in-
notes/rfc1073.txt

-- 
Sly


This message and its attachments may 
contain legally privileged or confidential information. This message is 
intended for the use of the individual or entity to which it is 
addressed. If you are not the addressee indicated in this message, or 
the employee or agent responsible for delivering the message to the 
intended recipient, you may not copy or deliver this message or its 
attachments to anyone. Rather, you should permanently delete this 
message and its attachments and kindly notify the sender by reply e-
mail. Any content of this message and its attachments, which does not 
relate to the official business of the sending company must be taken 
not to have been sent or endorsed by the sending company or any of its 
related entities. No warranty is made that the e-mail or attachment(s) 
are free from computer virus or other defect.
-- 
To unsubscribe or 
change your settings for TWSocket mailing list
please goto http://www.
elists.org/mailman/listinfo/twsocket
Visit our website at http://www.
overbyte.be




-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] TnEmulVT: Number Rows - Important!!!!

2005-09-07 Thread Steve Williams

Francois Piette wrote:

Yes, seem to be some communication problems.
I think he is looking for the telnet escape sequence to notify the server 
that the terminal size has changed.  Maybe it is in the telnet rfc, I'm not 
sure.



If that's the question, I don't know the answer. 
I was even not aware that such esc sequence existed !


Maybe it is this one.

Telnet Window Size Option
ftp://ftp.rfc-editor.org/in-notes/rfc1073.txt

--
Sly


This message and its attachments may contain legally privileged or confidential 
information. This message is intended for the use of the individual or entity 
to which it is addressed. If you are not the addressee indicated in this 
message, or the employee or agent responsible for delivering the message to the 
intended recipient, you may not copy or deliver this message or its attachments 
to anyone. Rather, you should permanently delete this message and its 
attachments and kindly notify the sender by reply e-mail. Any content of this 
message and its attachments, which does not relate to the official business of 
the sending company must be taken not to have been sent or endorsed by the 
sending company or any of its related entities. No warranty is made that the 
e-mail or attachment(s) are free from computer virus or other defect.
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Re: [twsocket] TnEmulVT: Number Rows - Important!!!!

2005-09-06 Thread [EMAIL PROTECTED]
I have been more than 10 years programming in Delphi and I can assure 
to you that what is a component and so that it serves. 

Attempt to 
develop an emulator of terminal with the TnEmulVT component, I do not 
want to use Windows Telnet, but what if I can say to you, it is that 
surprises enough your answer to me. It seems that you have gotten upset 
after there is your first answer responds to you that already I have 
changed it and that does not work, was not my intention.

I believe 
that you would have to speak with more education to the people who have 
doubts of like using ICS. And if they bother to you these questions you 
do not answer them.

Carlos.



Mensaje original
De: francois.
[EMAIL PROTECTED]
Recibido: 06/09/2005 11:11
Para: ICS support 
mailingtwsocket@elists.org
Asunto: Re: [twsocket] TnEmulVT: Number 
Rows

If Windows Telnet does want you want, use it.
If you want to have 
some features with your own program using ICS, you must for sure 
develop
yourself some code. A component is not a complete program.
--
[EMAIL PROTECTED]
http://www.overbyte.be


- Original 
Message - 
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
net
To: twsocket@elists.org
Sent: Tuesday, September 06, 2005 10:55 
AM
Subject: Re: [twsocket] TnEmulVT: Number Rows


 Hi Francois,
 
That option already I proved it but I did not have the
 awaited 
result. As it commented in the previous mail, when the size of
 the 
window of the terminal changes, Windows program Telnet is even sent
 a 
package to the Host but not his content and not if the one is that
 
package that somehow says to him to host that I have changed the line
 
number.

 In case it serves for something, I am connecting me to a 
Linux
 Red Hat ES

 Thanks in advance.
 Carlos.

 Mensaje 
original
 De:
 [EMAIL PROTECTED]
 Recibido: 06/09/2005 
10:35
 Para: ICS
 support mailingtwsocket@elists.org
 Asunto: 
Re: [twsocket] TnEmulVT:
 Number Rows

 Have a look at EmulVT source 
code (you have it !), there
 are two constants that define the screen
 size: MAX_COL and MAX_ROW.

 --
 Contribute to the SSL Effort. 
Visit
 http://www.overbyte.be/eng/ssl.html
 --
 francois.
[EMAIL PROTECTED]
 Author of ICS (Internet Component Suite,
 
freeware)
 Author of MidWare (Multi-tier framework, freeware)
 http:
//www.
 overbyte.be



 - Original Message - 
 From:
 
[EMAIL PROTECTED] [EMAIL PROTECTED]
 To:
 
twsocket@elists.org
 Sent: Tuesday, September 06, 2005 10:14 AM
 
Subject: Re: [twsocket] TnEmulVT: Number Rows


  Probably I have 
not
 explained myself well,
  I am making a terminal with
  
TNemulVT, that
 by defect has 25 lines, but when I change the size of
  the window of
 the terminal does not increase the line number that 
can
  show to me. I
 have made a test with the program TeraTerm 
and if I
  have the
 publisher vi and if increase the size of the 
window,
  increases the
 line number in the publisher. With sniffer 
I have been
  capturing the
 packages that are transmitted between 
host and the so
  single terminal
 and is a package that is sent 
from the terminal to
  host, but I do not
 understand its content.
 
 The data of the package is:
  ÿú..P.***
 
 
 Excuses because 
my English surely is not very clear
 
  Thanks
  in
 advance.
 
 Carlos.
 
 
  Mensaje original
  De: dr.
 
[EMAIL PROTECTED]
  co.uk
  Recibido: 05/09/2005 14:52
  Para:
 
twsocket@elists.org
  Asunto:
  [twsocket]  TnEmulVT: Number Rows
 
 
 Your email implies that the
  increased lines works with 
other
 programs.  This
  suggests the 'vi'
  program may be 
sending an
 initialisation sequence to your
  terminal
  emulator, 
resetting the
 number of lines.
 
 
 
  Regards
 
  Dr 
John
 
 
 
  -- 
  To
 
 unsubscribe or change your 
settings for TWSocket mailing list
  please
  goto http://www.
elists.org/mailman/listinfo/twsocket
  Visit our
 website
  at 
http://www.overbyte.be
 
 
 
 
 
  -- 
  To unsubscribe 
or
 change your settings for TWSocket mailing list
  please goto 
http://www.
 elists.org/mailman/listinfo/twsocket
  Visit our 
website at http://www.
 overbyte.be

 -- 
 To unsubscribe or change 
your settings for TWSocket
 mailing list
 please goto http://www.
elists.
 org/mailman/listinfo/twsocket
 Visit our website at http:
//www.overbyte.
 be


 -- 
 To unsubscribe or change your settings 
for TWSocket mailing list
 please goto http://www.elists.
org/mailman/listinfo/twsocket
 Visit our website at http://www.
overbyte.be

-- 
To unsubscribe or change your settings for TWSocket 
mailing list
please goto http://www.elists.
org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.
be




-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Re: [twsocket] TnEmulVT: Number Rows - Important!!!!

2005-09-06 Thread Francois Piette
I think there is some language problem between us. 
I am sorry to have upset to you. 


--
Contribute to the SSL Effort. Visit
http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] TnEmulVT: Number Rows - Important!!!!

2005-09-06 Thread Dan
- Original Message - 
From: Francois Piette [EMAIL PROTECTED]
To: ICS support mailing twsocket@elists.org
Sent: Tuesday, September 06, 2005 1:29 PM
Subject: Re: [twsocket] TnEmulVT: Number Rows - Important


I think there is some language problem between us.
 I am sorry to have upset to you.


Yes, seem to be some communication problems.
I think he is looking for the telnet escape sequence to notify the server 
that the terminal size has changed.  Maybe it is in the telnet rfc, I'm not 
sure.

Dan 

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be