Terminal emulator with all the bells and whistles
https://www.enlightenment.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
412 B
412 B
Double Width
The code to decide whether a unicode codepoint should be rendered double-width
is generated from the Unicode specification.
This is done by using tools/unicode_dbl_width.py
.
- Download https://www.unicode.org/Public/UCD/latest/ucdxml/ucd.all.flat.zip
- Extract it
- Run
tools/unicode_dbl_width.py ucd.all.flat.xml src/bin/termptydbl.h src/bin/termptydbl.c
_ - Commit the files modified