ref: 7cf1af9413c8f980c7472cef01fc09164638cbe7
parent: ed65b824f57d31d65ef332dce29b1255759d7542
author: Michael Misch <michaelmisch1985@gmail.com>
date: Sat Aug 24 14:50:15 PDT 2024
"Just
--- a/proj.c
+++ b/proj.c
@@ -90,7 +90,7 @@
}
if(plumb){
// Messy, blegh.
- snprint(pbuf, sizeof(pbuf), "plumb\n%s\n%s\ntext\ntitle=Project message=%s\n3\nnan", plumb, getenv("home"), path);
+ snprint(pbuf, sizeof(pbuf), "plumb\n%s\n%s\ntext\nmessage=\'project: %s\'\n3\nnan", plumb, getenv("home"), path);
pm = plumbunpack(pbuf, strlen(pbuf));
pfd = plumbopen("send", OWRITE);
plumbsend(pfd, pm);