From ce333b5839d172c6046d727efa33d98ded92f3cf Mon Sep 17 00:00:00 2001 From: Michael Czigler <37268479+mcpcpc@users.noreply.github.com> Date: Wed, 24 Jun 2020 10:33:52 -0400 Subject: [PATCH] kiss: remove unsupported glyph MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit *** Background Liberation Mono, which is the "default" font set in the core repo, does not support the "✓" glyph. *** Change Suggested removing unsupported glyph(s). *** Alternative Solution Add additional or patched font to support more glyphs or add alternative font set (e.g. Terminus) to main repository for better unicode and glyph support. *** Source https://fonts2u.com/liberation-mono.font --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 9eabbec..dac947c 100755 --- a/kiss +++ b/kiss @@ -1189,7 +1189,7 @@ pkg_updates() { # Display a tick if signing is enabled for this # repository. case $(git config merge.verifySignatures) in - true) log "$PWD" "[signed ✓] " ;; + true) log "$PWD" "[signed] " ;; *) log "$PWD" " " ;; esac