aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/term/term.c
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-10-08 16:00:33 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-10-08 16:00:45 -0700
commit8b679a2e892310e461c3f5028dfaf60b25eea37f (patch)
treebc19c732b9ca6e552ce37ef3c036529a1f4c981f /sys/cmd/term/term.c
parent61158de7bb2575cd594472584b7c2b90dd8da8a5 (diff)
fix(theme): consistent theme
Diffstat (limited to 'sys/cmd/term/term.c')
-rw-r--r--sys/cmd/term/term.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/cmd/term/term.c b/sys/cmd/term/term.c
index 77ed5c2..6a73a8b 100644
--- a/sys/cmd/term/term.c
+++ b/sys/cmd/term/term.c
@@ -2107,7 +2107,6 @@ tputc(rune u)
printf("%d + %d\n", gp->u, u);
if(!hb_unicode_compose(hb_unicode_funcs_get_default(),gp->u, u, &nu)) {
- assert(false);
return;
}