commit c558ad26c32fefdcdf0aa30196fbb09b2c7dcd67 parent 06216cc1af58e6a0f49806550b7a118645b06682 Author: Frederic Cambus <fred@statdns.com> Date: Thu, 18 Oct 2018 11:07:56 +0200 In the ansilove_options structure, mode is now an integer Diffstat:
M | include/ansilove.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/ansilove.h b/include/ansilove.h @@ -70,7 +70,7 @@ struct ansilove_options { char *font; uint32_t bits; uint32_t columns; - char *mode; + int mode; bool diz; bool icecolors; bool dos;