Terminal type

来自MudWiki

名称

   terminal_type - 通知mudlib用户的终端类型

语法

   void terminal_type( string term );

描述

   This apply is called on the interactive object with term set to the terminal type for the user, as reported by telnet negotiation.  If the user's client never responds (it's not telnet, for example) this will never be called.

   这个apply在玩家连线对象上自动调用,变量 `term` 被设置为用户的终端类型,如果客户端一直没有响应(比如客户端不是telnet协议),这个apply不再被调用。