# TWETERM

`namesace TWETERM`はターミナル（コンソール）画面を実装するためのクラスや関数などをまとめています。

基本的なクラス構造は以下のようになっています。クラス[`ITerm`](/0.9-1/references/untitled/tweterm/iterm.md)ではターミナルの文字列バッファとその処理、[`TWETerm_M5_Console`](/0.9-1/references/untitled/tweterm/tweterm_m5_console.md)クラスはITermの文字列描画部分を実装したものです。[IStreamOut](/0.9-1/references/basics/twe/untitled.md)はITerm派生クラスオブジェクトが文字列をターミナルに投入するための基本的な手続きを提供しています。

```
    [IStreamOut]
         ↑
      [ITerm]
         ↑
 [TWETerm_M5_Console]
```


---

# 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://mwm5.twelite.info/0.9-1/references/untitled/tweterm.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.
