# crt-delimiters command

The crt-delimiters command enables and
disables the display of attribute and value marks. At boot time, the crt-delimiters command defaults to on. If the crt-delimiters command is executed without options, then
it displays the current status.

**For Windows:**Not Supported

## Syntax

```
crt-delimiters {(options}
```

## Parameter(s)

| options | n | Displays the attribute mark as ^ and the value mark as ]. When enabled, attribute and value marks display as a ^ and ] character, respectively. When disabled, attribute and value marks are replaced with a CR/LF, instead. |
| --- | --- | --- |
| f | Does not display the attribute and value marks. | |
Warning: The CR/LF function takes effect only
when print-filter is set to on. The print-filter command takes precedence over this command.

## See also

- [print-filter command](https://d3codex.com/tcl/print-filter-command/)

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