From 8720a43d0480655f6b067d5878f3baa9a581bd8b Mon Sep 17 00:00:00 2001 From: Daneel Date: Thu, 26 Feb 2026 17:32:31 +0100 Subject: [PATCH] patches: fix paths to src/nsterm.{m,h} --- ...ent-AXBoundsForRange-for-macOS-Zoom-cursor-.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 ();