commit a17dbcabb4ae2fd7144f18dc394277cca6f43969 from: Omar Polo date: Sat Jul 17 20:43:22 2021 UTC bump space for titles to 128 bytes commit - 2ddbda6b86c0d3c915ddd3e4e220682cfedd923f commit + a17dbcabb4ae2fd7144f18dc394277cca6f43969 blob - 148469949ebb5531445895b7e55ea8c388e9a39f blob + 83e88154ac0ebc97b587a29505d6e59cd6a3c936 --- telescope.h +++ telescope.h @@ -117,7 +117,7 @@ typedef void (imsg_handlerfn)(struct imsg*, size_t); struct parser { const char *name; - char title[32+1]; + char title[128+1]; char *buf; size_t len; size_t cap;