The encodings supported by the terminal.

Enumeration Members

NODE_16_COLORS: 1

Node terminal supports a 16-color palette.

NODE_16MILLION_COLORS: 3

Node terminal supports a 24-bit color palette.

NODE_256_COLORS: 2

Node terminal supports a 256-color palette.

NONE: 0

A terminal that does not support any colors.