������:
- �� telnet_suboption - ���� telnet �� suboption.
- �� void telnet_suboption( string buffer );
�� ����ֵ telnet_suboption( �ַ��� buffer );
- �� �� mudlib ����Ĵ��������, �ɻ����� (interactive) ������ô˺���,
���� SE telnet suboptions ��Ϊ�����. ����: δ�����ܽ�˺���֧Ԯ�ն˻�����ʽ.
�� buffer�� �ĵ�һ���ֽ� (byte) ͨ����һ���������ֵ (type descriptor),�� �� TELOPT_TTYPE.�� �ڶ����ֽ���һ�� procession option, �� TELQUAL_IS.�� ֮������������ص�����. �����ն˻����͵��� (terminal type call) ֮ʱ, ��Щ���ݽ��� terminal_type() ��������.
�� ���ܵ� suboptions:
�� #define TELQUAL_IS������ 0�������������� //
option ��...
�� #define TELQUAL_SEND�� 1��������������
// �ͳ� options
�� #define TELQUAL_INFO�� 2�������������� //
ENVIRON: informational version of IS
�� #define TELQUAL_REPLY 3�������������� //
AUTHENTICATION: client version of IS
�� #define TELQUAL_NAME�� 4�������������� //
AUTHENTICATION: client version of IS
- �� Spock @ FF 97.Aug.5.�� (printed 3/16/95)