# termp command

The termp BASIC program is an interactive
form of the term command. It prompts for the terminal
and printer characteristics for the line on which the command is invoked.

## Syntax

```
termp {(options)}
```

## Parameter(s)

| options | r | Redisplays characteristics after changing. |
| --- | --- | --- |

## See also

- [block-print command](https://d3codex.com/tcl/block-print-command/)
- [choose.term command](https://d3codex.com/tcl/choose-term-command/)
- [cls command](https://d3codex.com/tcl/cls-command/)
- [define-terminal command](https://d3codex.com/tcl/define-terminal-command/)
- [devices file](https://d3codex.com/systemfiles/devices-file/)
- [list-pibs macro](https://d3codex.com/tcl/list-pibs-macro/)
- [setpib0 command](https://d3codex.com/tcl/setpib0-command/)
- [term command](https://d3codex.com/tcl/term-command/)
- [term-type command](https://d3codex.com/tcl/term-type-command/)

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