commit 5077780dff5e4e199bfbd745f8775c3b7b7bde74 from: Omar Polo date: Fri Aug 13 09:40:12 2021 UTC add IMSG_GET_FILE imsg type commit - 29c139d5fe24f2101aa9921e95d6381417dbd45d commit + 5077780dff5e4e199bfbd745f8775c3b7b7bde74 blob - d16801bd0a336a700fc3b24645b3bc0269ba511c blob + 7e050239e727ed04e21c3f739374a371f9ea5707 --- telescope.h +++ telescope.h @@ -38,6 +38,7 @@ struct imsgev { enum imsg_type { /* ui <-> client/fs */ IMSG_GET, /* data is URL, peerid the tab id */ + IMSG_GET_FILE, /* data is path, without \r\n or such */ IMSG_GET_RAW, /* get but with an explicit req str */ IMSG_ERR, IMSG_CHECK_CERT,