That Terminal
A terminal emulator designed for video making purposes.
256color.hh
Go to the documentation of this file.
1 #ifndef bqt256ColorHH
2 #define bqt256ColorHH
6 #include <array>
7 
9 extern const constinit std::array<unsigned,256> xterm256table;
10 
11 #endif
const constinit std::array< unsigned, 256 > xterm256table
Definition: 256color.cc:21