FTXUI/include/ftxui/screen
Arthur Sonzogni 6f87740801 Compatify the Screen memory.
Instead of storing all the booleans with 5 bytes, use a bit field.
The size of a Pixel has been reduced by 25%, from 20 byte to 15 bytes.
2021-06-12 21:45:55 +02:00
..
box.hpp Add mouse implementation of most components. 2021-04-18 22:33:41 +02:00
color_info.hpp Use IWYU. 2021-05-01 23:19:07 +02:00
color.hpp Use IWYU. 2021-05-01 23:19:07 +02:00
screen.hpp Compatify the Screen memory. 2021-06-12 21:45:55 +02:00
string.hpp Fix unsigned/signed comparison issues. (#103) 2021-05-18 21:48:32 +02:00
terminal.hpp Improve color handling. (#49) 2020-10-16 22:31:24 +02:00