commit f5cbbf61dd44c6d9a25a9c632ae4cfd7817ec112 parent 5a6af511ca7e3c6c87966db320d49ff0d7d2a9be Author: Frederic Cambus <fred@statdns.com> Date: Wed, 26 Sep 2018 18:45:30 +0200 Add new options structure member for toggling DOS aspect ratio Diffstat:
M | include/ansilove.h | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/include/ansilove.h b/include/ansilove.h @@ -42,6 +42,7 @@ struct ansilove_options { char *mode; bool diz; bool icecolors; + bool dos; uint32_t retinaScaleFactor; };