# cls command

The cls command clears the screen, leaving
the cursor at the `:` prompt at the bottom of the screen.

If level pushing is in effect, the number of colons appropriate
to the level are redisplayed.

If the screen does not clear,
verify that the terminal type parameter corresponds to the emulation
on the terminal.

## See also

- [term command](https://d3codex.com/tcl/term-command/)
- [termp command](https://d3codex.com/tcl/termp-command/)

---
Source: https://d3codex.com/tcl/cls-command/ - part of the D3Codex reference.
