名称：
	telnet_suboption - 处理 telnet 的次选项 (suboptions)
语法：
	void telnet_suboption( string buffer );

	无传回值 telnet_suboption( 字串 暂存区 );
用法：
	
	在 mudlib 定义的处理程序下，互动 (interactive) 物件呼叫此函式，并
	以 SE telnet suboptions 作为参数。注意终端机型态的回应与视窗大小的
	回应会被转译，再分别送入 terminal_type() 与 window_size()，而不透
	过 telnet_suboption()。

	buffer 的第一个位元组 (byte) 通常是一个型态叙述值 (type descriptor)
	，即 TELOPT_TTYPE。第二个位元组是一个 procession option，如
	 TELQUAL_IS。 之后是与型态相关的资料。
作者：
	Tim Hollebeek  Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere
翻译：
	spock@muds.net		2000.Apr.26.	v22 版
