That Terminal
A terminal emulator designed for video making purposes.
256color.hh File Reference

Defines xterm256table. More...

#include <array>
Include dependency graph for 256color.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const constinit std::array< unsigned, 256 > xterm256table
 

Detailed Description

Defines xterm256table.

Variable Documentation

◆ xterm256table

const constinit std::array<unsigned,256> xterm256table
extern

A mapping of xterm-256color indexes into RGB colors. Initialized at compile-time.

Builds and defines the table of 256 colors. 8-bit index, 24-bit value.