> 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/it/ribbon-menu-bar/tools/all-tools/terminal-playback-ansi.md).

# Riproduzione del terminale (ANSI)

Il ***Playback (Ansi)*** è disponibile in ***Strumenti – Altri strumenti – Playback (ANSI)***.

#### Opzioni

| OPZIONE                                   | DESCRIZIONE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| ----------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Nome del terminale**                    | Indichi il nome del terminale.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| **Codifica**                              | Indichi la codifica che desidera utilizzare.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| **A capo automatico**                     | <p>Indichi cosa accade quando il testo raggiunge il bordo destro della finestra. Scelga tra:</p><ul><li>On</li><li>Off</li><li>Dos</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| **A capo con backspace**                  | <p>Questa opzione le consente di scegliere cosa fare quando preme il tasto backspace. Alcuni terminali ritengono che il tasto backspace debba inviare al server la stessa cosa di Control-H (codice ASCII 8). Altri terminali ritengono che il tasto backspace debba inviare il codice ASCII 127 (solitamente noto come Control-?) in modo da poterlo distinguere da Control-H. Scelga tra:</p><ul><li>On</li><li>Off</li><li>Dos</li></ul>                                                                                                                                                                            |
| **Forza backspace non distruttivo**       | Consente di eseguire un backspace normale senza eliminare un carattere.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| **Ignora carattere di sostituzione**      | Ignora il carattere di sostituzione che può essere utilizzato in Putty.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| **Ritorno a capo implicito nel Linefeed** | La maggior parte dei server invia due caratteri di controllo, CR e LF, per iniziare una nuova riga sullo schermo. Il carattere CR fa tornare il cursore al lato sinistro dello schermo. Il carattere LF fa spostare il cursore di una riga verso il basso (e potrebbe far scorrere lo schermo). Alcuni server inviano solo LF e si aspettano che il terminale sposti automaticamente il cursore verso sinistra. Se incontra un server che si comporta in questo modo, vedrà un effetto a gradini sullo schermo. Se ciò dovesse accadere, provi ad abilitare l'opzione e la situazione potrebbe tornare alla normalità. |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/it/ribbon-menu-bar/tools/all-tools/terminal-playback-ansi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
