aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-10-29 08:42:39 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-10-29 08:42:39 -0700
commit079d5d6a214f169fa8b73f2d6f6f741810dbe9fe (patch)
tree5f8842cf9fabd88d173f97301445fce8c75cb2f4 /sys/cmd
parent6318ddb69ad8380694bbca35ca5a72230c2ee694 (diff)
Exposed some unicode values to library users.
I was hiding too many important constants. This commit moves them to the main exported header.
Diffstat (limited to 'sys/cmd')
-rw-r--r--sys/cmd/term/term.c2
1 files changed, 0 insertions, 2 deletions
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;
}