From 079d5d6a214f169fa8b73f2d6f6f741810dbe9fe Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Fri, 29 Oct 2021 08:42:39 -0700 Subject: Exposed some unicode values to library users. I was hiding too many important constants. This commit moves them to the main exported header. --- sys/cmd/term/term.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/cmd') diff --git a/sys/cmd/term/term.c b/sys/cmd/term/term.c index b08915e..f92db28 100644 --- a/sys/cmd/term/term.c +++ b/sys/cmd/term/term.c @@ -2104,8 +2104,6 @@ tputc(rune u) else return; - printf("%d + %d\n", gp->u, u); - if(!hb_unicode_compose(hb_unicode_funcs_get_default(),gp->u, u, &nu)) { return; } -- cgit v1.2.1