X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=blobdiff_plain;f=include%2Fmarkdown.h;fp=include%2Fmarkdown.h;h=8e33c8e56709af6ee3da01b5305c4125fb5272df;hp=7a435a8cfbf32dd9ab2f35b5927fd1e4af08936a;hb=75c55236b8382936bb41b4d1b11376b0e4a39c3d;hpb=354cf2e07ccd0d7900f96bffc279093997cbe203 diff --git a/include/markdown.h b/include/markdown.h index 7a435a8..8e33c8e 100644 --- a/include/markdown.h +++ b/include/markdown.h @@ -74,6 +74,7 @@ typedef struct _slide_t { struct _slide_t *next; int lines; int stop; + int lines_consumed; } slide_t; typedef struct _deck_t {