# Screen display commands

Screen display commands are used to redisplay the screen
in various configurations.

| Command | Description |
| --- | --- |
| CTRL+ZA | Redisplays the screen with the current line at the top of the screen. At TCL, CTRL+ZA searches forward in the tcl-stack file for a specified string. |
| CTRL+ZB | Redisplays the screen with the current line at the bottom of the screen. |
| CTRL+ZC | Displays the screen’s columnar positions at the top of the screen. |
| CTRL+ZP | Redisplays the screen. |

---
Source: https://d3codex.com/updateprocessor/screen-display-commands/ - part of the D3Codex reference.
