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

# Reproducción de terminal (ANSI)

La ***Reproducción (Ansi)*** está disponible en ***Herramientas – Más herramientas – Reproducción (ANSI)***.

#### Opciones

| OPCIÓN                                              | DESCRIPCIÓN                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| --------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Nombre del terminal**                             | Indique el nombre del terminal.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| **Codificación**                                    | Indique la codificación que desea utilizar.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| **Ajuste automático**                               | <p>Indique qué ocurre cuando el texto llega al borde derecho de la ventana. Seleccione entre:</p><ul><li>Activado</li><li>Desactivado</li><li>Dos</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| **Ajuste con retroceso**                            | <p>Esta opción le permite elegir qué desea hacer cuando pulsa retroceso. Algunos terminales consideran que la tecla de retroceso debe enviar al servidor lo mismo que Control-H (código ASCII 8). Otros terminales consideran que la tecla de retroceso debe enviar el código ASCII 127 (normalmente conocido como Control-?) para poder distinguirlo de Control-H. Seleccione entre:</p><ul><li>Activado</li><li>Desactivado</li><li>Dos</li></ul>                                                                                                                                                  |
| **Forzar retroceso no destructivo**                 | Permite realizar un retroceso normal sin eliminar un carácter.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| **Ignorar carácter de sustitución**                 | Ignora el carácter de sustitución que se puede utilizar en Putty.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| **Retorno de carro implícito en el salto de línea** | La mayoría de los servidores envían dos caracteres de control, CR y LF, para iniciar una nueva línea en la pantalla. El carácter CR hace que el cursor regrese al lado izquierdo de la pantalla. El carácter LF hace que el cursor baje una línea (y puede provocar que la pantalla se desplace). Algunos servidores solo envían LF y esperan que el terminal mueva el cursor automáticamente hacia la izquierda. Si se encuentra con un servidor que hace esto, verá un efecto escalonado en la pantalla. Si le ocurre esto, pruebe a activar la opción y las cosas podrían volver a la normalidad. |


---

# 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/es/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.
