This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository terminology.

View the commit online.

commit 278e2871158ecba008ca389dfc557808f37a6635
Author: Boris Faure <bill...@gmail.com>
AuthorDate: Sun Aug 13 19:38:48 2023 +0200

    add DEV.md
---
 DEV.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/DEV.md b/DEV.md
new file mode 100644
index 0000000..ea1cf1d
--- /dev/null
+++ b/DEV.md
@@ -0,0 +1,10 @@
+# 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`.
+
+1. Download <https://www.unicode.org/Public/UCD/latest/ucdxml/ucd.all.flat.zip>
+2. Extract it
+3. Run `tools/unicode_dbl_width.py ucd.all.flat.xml src/bin/termptydbl.h src/bin/termptydbl.c`_
+4. Commit the files modified

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to