summary refs log tree commit diff
path: root/extra/palaver/notify.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-06-09 14:31:15 -0400
committerJune McEnroe <june@causal.agency>2021-06-09 17:56:42 -0400
commite295e8f98f9c59aae6b1b511bad9979715a0fe7d (patch)
tree8e954e0244888b0eb649f527b21d2854e27e3ff6 /extra/palaver/notify.c
parentAdd pounce-notify to README (diff)
downloadpounce-e295e8f98f9c59aae6b1b511bad9979715a0fe7d.tar.gz
pounce-e295e8f98f9c59aae6b1b511bad9979715a0fe7d.zip
Add seprintf
Based on seprint(2) from Plan 9. I'm not sure if my return value
exactly matches Plan 9's in the case of truncation. seprint(2) is
described only as returning a pointer to the terminating '\0', but
if it does so even in the case of truncation, it is awkward for the
caller to detect. This implementation returns end in the truncation
case, so that (ptr == end) indicates truncation.
Diffstat (limited to 'extra/palaver/notify.c')
0 files changed, 0 insertions, 0 deletions
a7375d7a296e143faf1faee0&follow=1'>Remove colorcolumn at 100June McEnroe 2018-09-02Install bc(1) on ArchJune McEnroe 2018-09-02SendEnv LANGJune McEnroe 2018-08-27Add New Order — TemptationJune McEnroe 2018-08-26Add NetBSD to install.shJune McEnroe 2018-08-24Show hostname in title over SSHJune McEnroe 2018-08-23Alias bc='bc -l'June McEnroe 2018-08-20Update usage of scheme in READMEJune McEnroe 2018-08-20Use scheme.h in fbatt and fbclockJune McEnroe 2018-08-20Generate scheme.hJune McEnroe 2018-08-20Add dependencies on gfx.hJune McEnroe 2018-08-18Add Blondie — Heart of GlassJune McEnroe Why didn't I know about this song? I love it. 2018-08-18Set FCEDIT=$EDITORJune McEnroe 2018-08-18Only post commits with bodies to MastodonJune McEnroe 2018-08-18Run tf/cfg link script with /bin/shJune McEnroe 2018-08-18Run {,s,t}up with /bin/shJune McEnroe 2018-08-18Use whence instead of typeJune McEnroe type is an alias for whence -v and is more for human consumption. 2018-08-18Cut off path components until right prompt fitsJune McEnroe Keeps paths valid (from somehwere) rather than abrupt truncation. 2018-08-17Add "private" alias to source encrypted fileJune McEnroe Why is there no easy way to *edit* an encrypted file? 2018-08-17Add vim mapping to add a #includeJune McEnroe