termfont

Display characters with unicode quadrants and halfblock
git clone https://noulin.net/git/termfont.git
Log | Files | Refs

commit 9832e41c76d6bbfbd2e5f60fae033aa678280e22
parent c1265515601131051a56e49ed83985b935214ba4
Author: Remy Noulin <loader2x@gmail.com>
Date:   Thu,  1 Dec 2022 10:30:50 +0200

Store fonts in ~/.termfont

cpFontsToHome.sh | 4 ++--
termfont.c       | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

Diffstat:
McpFontsToHome.sh | 4++--
Mtermfont.c | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cpFontsToHome.sh b/cpFontsToHome.sh @@ -1,2 +1,2 @@ -mkdir ~/termfont/ -cp *.twidf ~/termfont/ +mkdir ~/.termfont/ +cp *.twidf ~/.termfont/ diff --git a/termfont.c b/termfont.c @@ -37,7 +37,7 @@ /* Libsheepy documentation: https://spartatek.se/libsheepy/ */ #include "libsheepyObject.h" -#define FONT_DIR "~/termfont/" +#define FONT_DIR "~/.termfont/" int argc; char **argv;