Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Martin Sukany
2026-02-26 17:32:55 +01:00

View File

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