--> |
TRACE_DISABLE |
| turn off tracing. |
TRACE_TIMES |
| trace user and system times of updates. |
TRACE_TPUTS |
| trace tputs calls. |
TRACE_UPDATE |
| trace update actions, old & new screens. |
TRACE_MOVE |
| trace cursor movement and scrolling. |
TRACE_CHARPUT |
| trace all character outputs. |
TRACE_ORDINARY |
| trace all update actions. The old and new screen contents are written to the trace file for each refresh. |
TRACE_CALLS |
| trace all curses calls. The parameters for each call are traced, as well as return values. |
TRACE_VIRTPUT |
| trace virtual character puts, i.e., calls to addch. |
TRACE_IEVENT |
| trace low-level input processing, including timeouts. |
TRACE_BITS |
| trace state of TTY control bits. |
TRACE_ICALLS |
| trace internal/nested calls. |
TRACE_CCALLS |
| trace per-character calls. |
TRACE_DATABASE |
| trace read/write of terminfo/termcap data. |
TRACE_ATTRS |
| trace changes to video attributes and colors. |
TRACE_MAXIMUM |
| maximum trace level, enables all of the separate trace features. Some tracing features are enabled whenever the trace parameter is nonzero. Some features overlap. The specific names are used as a guideline. |
|