aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/kernel/graphics/conv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/graphics/conv.sh b/src/kernel/graphics/conv.sh
index 24c9bb3..ff922dd 100755
--- a/src/kernel/graphics/conv.sh
+++ b/src/kernel/graphics/conv.sh
@@ -1,6 +1,5 @@
#!/bin/sh
# bdf2c output formatter
-# TODO: Currently only works with 1 byte widths
font_url="https://raw.githubusercontent.com/fcambus/spleen/master/spleen-8x16.bdf"
character_count=758
@@ -19,6 +18,7 @@ sed -i -e 1,74d final.h
sed -i -e :a -e '$d;N;2,1533ba' -e 'P;D' final.h
sed -i "1s/.*/$top_lines/" final.h
+sed -i 's/\,0x//g' final.h
sed -i -z "s/$font_height\n /$font_height\n \{/g" final.h
sed -i -z 's/\,\n\/\//\}\,\n\/\//g' final.h
sed -i 's/\/\/ [0-9]/ \/\/ /g' final.h