Skip to content

Commit ee2f3a0

Browse files
committed
Merge remote-tracking branch 'origin/main' into test-suites
2 parents a3aac8b + 5e9b2e3 commit ee2f3a0

9 files changed

Lines changed: 616 additions & 652 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ TOOLCHAINS=org.swift.573202201171a
66
all:
77
echo nothing defined by default
88

9+
regen-unicode-width:
10+
python3 scripts/regen_unicode_width_data.py
11+
912
jazzy:
1013
(cd TerminalApp; DYLD_FALLBACK_LIBRARY_PATH=/Users/miguel/opt/anaconda3/lib/ jazzy --clean --author "Miguel de Icaza" --author_url https://tirania.org/ --github_url https://github.com/migueldeicaza/SwiftTerm --github-file-prefix https://github.com/migueldeicaza/SwiftTerm/tree/master --module-version 1.0 --module SwiftTerm --root-url https://migueldeicaza.github.io/SwiftTerm/ --output ../docs --build-tool-arguments -scheme,MacTerminal,-project,MacTerminal.xcodeproj)
1114

0 commit comments

Comments
 (0)