# 2.5.5 终端类型

终端指指调用显示一个或若干个 Emacs 框架的设备（详情查阅框架章节）。

终端类型没有读取语法。它们的打印表示采用哈希记法，其中指明了终端的编号和 TTY 设备的文件名。

```
(get-device-terminal nil)
    => #<terminal 1 on /dev/tty>
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://emacs-lisp.ivory.cafe/lisp-shu-ju-lei-xing/2.5-bian-ji-lei-xing/2.5.5-zhong-duan-lei-xing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
