patches: fix paths to src/nsterm.{m,h}
This commit is contained in:
@@ -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 ();
|
||||||
|
|||||||
Reference in New Issue
Block a user