> For the complete documentation index, see [llms.txt](https://tweprogrammer.twelite.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tweprogrammer.twelite.info/operation/terminal-esc-sequences.md).

# ターミナルの対応エスケープシーケンス

Terminal ESC Sequences

以下の表に示すシーケンスに対応しています。TWELITE の操作で必要とする最小限のシーケンスのみに対応します。また、これ以外の系列が入力された場合の動作は未定義です。

| 系列       | 解説                 |
| -------- | ------------------ |
| `ESC[A`  | カーソルを１行上に移動する      |
| `ESC[G`  | カーソルを行頭に戻す         |
| `ESC[H`  | カーソルをホームポジションに移動する |
| `ESC[2J` | 画面クリア              |
| `\r`     | CR, カーソルを行頭に戻す     |
