summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorRicardo Bánffy <rbanffy@gmail.com>2023-04-18 09:31:30 +0100
committerGitHub <noreply@github.com>2023-04-18 10:31:30 +0200
commit147be1c34406f68f4b22eba0390c052b543e4030 (patch)
treec2c57389117f0749f7c1c921a6c534448f7e0b9a /source
parent9f748c7fe98c20a6c1b55e28344a57b43209b046 (diff)
downloadurwid-147be1c34406f68f4b22eba0390c052b543e4030.tar.gz
Add two fonts based on Unicode 13 2x3 TRS-80/Teletext mosaic characters (#434)
* Add digits for new mosaic font * Patch get_width * Change from 5x8 to 5x7 matrix * Give the fonts a better name, add a small numbers font * Add uppercase to larger sextant font * Fix odd breakage --------- Co-authored-by: Ricardo Bánffy <ricardo.banffy@workday.com>
Diffstat (limited to 'source')
-rw-r--r--source/str_util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/str_util.c b/source/str_util.c
index 5ed1356..9fd8cf4 100644
--- a/source/str_util.c
+++ b/source/str_util.c
@@ -77,6 +77,7 @@ static const int widths[] = {
65500, 1,
65510, 2,
120831, 1,
+ 130047, 1,
262141, 2,
1114109, 1
};