> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/ribbon-menu-bar/tools/all-tools/terminal-playback-ansi.md).

# Terminal playback (ANSI)

The ***Playback (Ansi)*** is available in ***Tools – More tools – Playback (ANSI)***.

#### Options

| OPTION                                   | DESCRIPTION                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Terminal name**                        | Indicate the terminal name.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| **Encoding**                             | Indicate the encoding you wish to use.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| **Auto wrap**                            | <p>Indicate what happens when text reaches the right-hand edge of the window. Select between:</p><ul><li>On</li><li>Off</li><li>Dos</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                     |
| **Backspace wrap**                       | <p>This option allows you to choose what you want to do when you press backspace. Some terminals believe that the backspace key should send the same thing to the server as Control-H (ASCII code 8). Other terminals believe that the backspace key should send ASCII code 127 (usually known as Control-?) so that it can be distinguished from Control-H. Select between:</p><ul><li>On</li><li>Off</li><li>Dos</li></ul>                                                                                                                      |
| **Force Non-destructive backspace**      | Allow to perform a normal backspace without deleting a character.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| **Ignore Substitute character**          | Ignore the substitute character that can be use in Putty.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| **Implicit Carriage return in Linefeed** | Most servers send two control characters, CR and LF, to start a new line on the screen. The CR character makes the cursor return to the left-hand side of the screen. The LF character makes the cursor move one line down (and might make the screen scroll). Some servers only send LF, and expect the terminal to move the cursor over to the left automatically. If you come across a server that does this, you will see a stepped effect on the screen. If this happens to you, try enabling the option and things might go back to normal. |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.devolutions.net/rdm/ribbon-menu-bar/tools/all-tools/terminal-playback-ansi.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.
