TRACE_DISABLE

trace masks

Values

ValueMeaning
TRACE_DISABLE0x0000

turn off tracing

TRACE_TIMES0x0001

trace user and system times of updates

TRACE_TPUTS0x0002

trace tputs calls

TRACE_UPDATE0x0004

trace update actions, old & new screens

TRACE_MOVE0x0008

trace cursor moves and scrolls

TRACE_CHARPUT0x0010

trace all character outputs

TRACE_ORDINARY0x001F

trace all update actions

TRACE_CALLS0x0020

trace all curses calls

TRACE_VIRTPUT0x0040

trace virtual character puts

TRACE_IEVENT0x0080

trace low-level input processing

TRACE_BITS0x0100

trace state of TTY control bits

TRACE_ICALLS0x0200

trace internal/nested calls

TRACE_CCALLS0x0400

trace per-character calls

TRACE_DATABASE0x0800

trace read/write of terminfo/termcap data

TRACE_ATTRS0x1000

trace attribute updates

TRACE_SHIFT13

number of bits in the trace masks

TRACE_MAXIMUM(1 << TRACE_SHIFT) - 1

maximum trace level

Meta