Skip to content

Commit e7365b7

Browse files
committed
feature: update Apple_Terminal emoji widths with native macOS measurements
- Updated from native macOS Terminal.app (not GitHub Actions) - Key differences from GitHub Actions measurements: * ☑️: 1 (was 2 in CI) * ⚙️: 2 (was 1 in CI - fixed with variation selector) * ⚠️: 2 (was 1 in CI - fixed with variation selector) - All other emoji widths match - Updated measurement notes to indicate native source - Provides accurate emoji rendering for standard macOS Terminal
1 parent 9237281 commit e7365b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugin/emoji-widths.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "./emoji-widths.schema.json",
33
"$comment": "Emoji display widths by terminal. To contribute new measurements, run https://github.com/cowwoc/cat/blob/main/plugin/scripts/measure-emoji-widths.sh. Use GitHub Actions SSH workflow for testing.",
44
"measurement_notes": {
5-
"Apple_Terminal": "Measured on GitHub Actions macOS runner via SSH. May differ slightly from native Terminal.app.",
5+
"Apple_Terminal": "Measured on native macOS Terminal.app (Feb 26, 2026). Accurate for standard macOS Terminal.",
66
"iTerm.app": "Baseline from Windows Terminal. Actual measurements needed from real iTerm.app installation."
77
},
88
"emojis": {
@@ -57,7 +57,7 @@
5757
"📁": 2, "🌿": 2, "📝": 2, "🚀": 2, "🤖": 2, "ℹ️": 2, "❓": 2
5858
},
5959
"Apple_Terminal": {
60-
"☑️": 2, "🔄": 2, "🔳": 2, "🚫": 2, "🚧": 2,
60+
"☑️": 1, "🔄": 2, "🔳": 2, "🚫": 2, "🚧": 2,
6161
"📊": 2, "📦": 2, "🎯": 2, "📋": 2, "⚙️": 2, "🏆": 2,
6262
"🧠": 2, "🐱": 2, "🧹": 2, "🤝": 2, "✅": 2,
6363
"🔍": 2, "👀": 2, "🔭": 2, "⏳": 2, "⚡": 2, "🔒": 2, "✨": 2, "⚠️": 2,

0 commit comments

Comments
 (0)