Specifies the terminal identification string for the TELNET client.
property Terminal: string;
Terminal is a String property that contains the terminal identification string used to identify the terminal type in TELNET suboption negotiations.
The terminal type information is an NVT ASCII string with a maximum length of 40 characters, as described in the Internet Standards document:
Please note that Indy does not provide terminal emulation other than a dumb terminal NVT implementation as indicated by the value 'dumb'. Any non-null string value can be used in Terminal, but requires handling terminal and data emulation manually.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |