Commit 99b9c11
committed
fix(msgfmt): teach message box detection about the elusive U+254C dashed line
Claude Code v2.1.87 decided to get fancy with its onboarding screen,
using ╌ (BOX DRAWINGS LIGHT DOUBLE DASH HORIZONTAL) instead of the
classic ─ (BOX DRAWINGS LIGHT HORIZONTAL). Our detector stared at
this new character like a cat seeing a cucumber.
Add ╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌ as an alternative pattern in both
findGreaterThanMessageBox and findGenericSlimMessageBox.
Refs: #2091 parent a80af34 commit 99b9c11
2 files changed
Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments