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:
@@ -29,7 +29,7 @@ diff --git a/src/nsterm.m b/src/nsterm.m
|
||||
index 3e1ac74..d3015e2 100644
|
||||
--- a/src/nsterm.m
|
||||
+++ b/src/nsterm.m
|
||||
@@ -8758,6 +8758,552 @@ - (NSRect)accessibilityFrame
|
||||
@@ -8758,6 +8758,554 @@ - (NSRect)accessibilityFrame
|
||||
|
||||
@end
|
||||
|
||||
@@ -110,7 +110,7 @@ index 3e1ac74..d3015e2 100644
|
||||
+ /* Always include granularity so VoiceOver can advance its browse
|
||||
+ cursor by the correct unit (character, word, or line). Without
|
||||
+ 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
|
||||
+ (High priority) overrides VO's auto-speech, so evil block-cursor
|
||||
+ mode still reads the correct character. */
|
||||
|
||||
Reference in New Issue
Block a user