commit c96bdc756a27c9c99ed05d9b06c233253c085cc9 parent d9e565a4eb0d2e039b68b303e1a28e746d37877b Author: Frederic Cambus <fred@statdns.com> Date: Wed, 3 Oct 2018 12:52:21 +0200 Add new options structure member for truecolor ANSI colors Diffstat:
M | include/ansilove.h | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/include/ansilove.h b/include/ansilove.h @@ -43,6 +43,7 @@ struct ansilove_options { bool diz; bool icecolors; bool dos; + bool truecolor; uint32_t retinaScaleFactor; };