# c command (Editor processor)

The c command displays a column position
guide to indicate the actual positions of characters on the screen
for use with the l and r commands.

## Syntax

```
 c
```

## Example(s)

To display terminal columnar
positions:

```

c
1 2 3
123456789012345678901234567890123456789...
```
The column numbers extend to the 75th column position.

## See also

- [.set tabs command](https://d3codex.com/runoff/dot-set-tabs-command/)
- [de command (Editor processor)](https://d3codex.com/editor/de-command-editor-processor/)
- [Editor overview](https://d3codex.com/editor/editor-overview/)
- [r command (Editor processor)](https://d3codex.com/editor/r-command-editor-processor/)
- [tb command](https://d3codex.com/editor/tb-command/)

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