summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bin/c.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/c.sh b/bin/c.sh
index f3e651ba..153a2f94 100644
--- a/bin/c.sh
+++ b/bin/c.sh
@@ -49,6 +49,7 @@ if [ -n "${expr:-}" ]; then
 	printf(
 		_Generic(
 			${expr},
+			char: "%c\n",
 			char *: "%s\n",
 			wchar_t *: "%ls\n",
 			signed char: "%hhd\n",
> This seems easier to visually scan. The only other thing I'd like is a nicer date rendering but JavaScript is useless for that. 2024-09-08Render trips hopefully more efficientlyJune McEnroe 2024-09-08Allow removing bodies and lensesJune McEnroe 2024-09-08Limit body width so it looks less silly on desktopJune McEnroe 2024-09-07Handle no film being loadedJune McEnroe 2024-09-07Fancy up the text a littleJune McEnroe