commit ca0155b032468af8c9dec4b0418320aac77c006a parent d1a4e0da5fd3c1dd9f2c5fae21b9ca6c78474c71 Author: Frederic Cambus <fred@statdns.com> Date: Thu, 18 Oct 2018 14:02:31 +0200 In the ansilove_options structure, font 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 @@ -67,7 +67,7 @@ struct ansilove_ctx { }; struct ansilove_options { - char *font; + int font; uint32_t bits; uint32_t columns; int mode;