# ignore-signals command

The ignore-signals BASIC program will
not attempt to push a level or go into the debugger when any character
is input.

**For Windows:**Not Supported

## Syntax

```
ignore-signals {options}
```

## Parameter(s)

| options | off | Disables or ignores the signals and accepts characters. |
| --- | --- | --- |
| on | Enables or recognizes typed characters as signals. Default. | |

## See also

- [echo command](https://d3codex.com/tcl/echo-command/)
- [p command (TCL commands)](https://d3codex.com/tcl/p-command-tcl-commands/)
- [u61a2 user exit](https://d3codex.com/proc/u61a2-user-exit/)

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