[MOD/FIX] Set history limit, change logo, CI

This commit is contained in:
LDA 2024-09-10 21:47:08 +02:00
commit 696def187c
5 changed files with 25 additions and 10 deletions

View file

@ -101,7 +101,7 @@ typedef struct Argument {
extern const char media_parsee_logo[];
/* An ASCII-art rendition of "小橋" */
#define PARSEE_ASCII_LINES 9
#define PARSEE_ASCII_LINES 8
extern const char *parsee_ascii[PARSEE_ASCII_LINES];
/**