From 8b679a2e892310e461c3f5028dfaf60b25eea37f Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Fri, 8 Oct 2021 16:00:33 -0700 Subject: fix(theme): consistent theme --- sys/cmd/term/term.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/cmd/term/term.c') 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; } -- cgit v1.2.1