Fix patch 0003 hunk header count and non-ASCII character

The edit adding 2 comment lines broke the +8758,552 count (now 554).
Also replace UTF-8 arrow -> ASCII to avoid git am corruption.
This commit is contained in:
2026-03-02 10:13:49 +01:00
parent 083b4a4acd
commit 164a194da5

View File

@@ -29,7 +29,7 @@ diff --git a/src/nsterm.m b/src/nsterm.m
index 3e1ac74..d3015e2 100644 index 3e1ac74..d3015e2 100644
--- a/src/nsterm.m --- a/src/nsterm.m
+++ b/src/nsterm.m +++ b/src/nsterm.m
@@ -8758,6 +8758,552 @@ - (NSRect)accessibilityFrame @@ -8758,6 +8758,554 @@ - (NSRect)accessibilityFrame
@end @end
@@ -110,7 +110,7 @@ index 3e1ac74..d3015e2 100644
+ /* Always include granularity so VoiceOver can advance its browse + /* Always include granularity so VoiceOver can advance its browse
+ cursor by the correct unit (character, word, or line). Without + cursor by the correct unit (character, word, or line). Without
+ granularity, VO leaves its browse cursor at the previous position + granularity, VO leaves its browse cursor at the previous position
+ for character moves, breaking Emacs-cursor VO-cursor sync. + for character moves, breaking Emacs-cursor -> VO-cursor sync.
+ For character moves, the explicit AnnouncementRequested below + For character moves, the explicit AnnouncementRequested below
+ (High priority) overrides VO's auto-speech, so evil block-cursor + (High priority) overrides VO's auto-speech, so evil block-cursor
+ mode still reads the correct character. */ + mode still reads the correct character. */