# reset_terminal_background

> **Function** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/terminal_escape/reset_terminal_background)

Reset the terminal's dynamic default background color with `OSC 111`.

## Signature

```python
reset_terminal_background() -> bool
```

## Returns

`bool`

`True` if the sequence was written.

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/a98f0dfa8d534d8a1885b524632400e52db22ac6/libs/code/deepagents_code/terminal_escape.py#L262)