diff --git a/patches/0001-ns-implement-AXBoundsForRange-for-macOS-Zoom-cursor-.patch b/patches/0001-ns-implement-AXBoundsForRange-for-macOS-Zoom-cursor-.patch index ec2561f..b9d4224 100644 --- a/patches/0001-ns-implement-AXBoundsForRange-for-macOS-Zoom-cursor-.patch +++ b/patches/0001-ns-implement-AXBoundsForRange-for-macOS-Zoom-cursor-.patch @@ -9,10 +9,10 @@ Subject: [PATCH] ns: implement AXBoundsForRange and VoiceOver interaction nsterm.m | 1968 +++++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 1855 insertions(+), 181 deletions(-) -diff --git a/nsterm.h b/nsterm.h +diff --git a/src/nsterm.h b/src/nsterm.h index 7c1ee4c..719eeba 100644 ---- a/nsterm.h -+++ b/nsterm.h +--- a/src/nsterm.h ++++ b/src/nsterm.h @@ -453,6 +453,59 @@ enum ns_return_frame_mode @end @@ -102,10 +102,10 @@ index 7c1ee4c..719eeba 100644 @end -diff --git a/nsterm.m b/nsterm.m +diff --git a/src/nsterm.m b/src/nsterm.m index 932d209..336150a 100644 ---- a/nsterm.m -+++ b/nsterm.m +--- a/src/nsterm.m ++++ b/src/nsterm.m @@ -1104,6 +1104,11 @@ ns_update_end (struct frame *f) unblock_input ();