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",
6 23:13:47 -0500'>2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe 2021-02-06Add xterm output to schemeJune McEnroe