kiss: remove unsupported glyph

*** 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
This commit is contained in:
Michael Czigler 2020-06-24 10:33:52 -04:00 committed by GitHub
parent 67512f756a
commit ce333b5839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -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