# sl command

The sl command sets the number of lines,
rather than attributes, to display by the default p (prestored) command, p0 (zero).

## Syntax

```
 sl {number.lines}
```

## Parameter(s)

| number.lines | Number of lines to display. |
| --- | --- |

## Example(s)

Sets the display to `22` lines.

```
 sl 22
```

## See also

- [Editor overview](https://d3codex.com/editor/editor-overview/)
- [pd command](https://d3codex.com/editor/pd-command/)

---
Source: https://d3codex.com/editor/sl-command/ - part of the D3Codex reference.
