summary refs log tree commit diff
path: root/extra
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
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')
0 files changed, 0 insertions, 0 deletions
ab0f8abd4a41781dc13fda&follow=1'>Change default ENV from cashrc to env.shJune McEnroe 2019-01-13Use colours in cash promptsJune McEnroe 2019-01-12Set PSlit like NetBSD shJune McEnroe 2019-01-12Install gnupg2 from pkgsrc and symlink gpgJune McEnroe 2019-01-12Reference cash builtin man pages in cash.1 SEE ALSOJune McEnroe 2019-01-12Restore cash builtin man page datesJune McEnroe 2019-01-12Use local libeditJune McEnroe 2019-01-12Replace libedit MakefileJune McEnroe 2019-01-11Import /usr/src/lib/libedit from NetBSD 8.0June McEnroe 2019-01-11Add PSlit for prompt escapesJune McEnroe 2019-01-11Don't make depend automaticallyJune McEnroe