mirror of
https://github.com/larstvei/nix-config.git
synced 2024-11-26 08:58:31 +00:00
larstvei
746ea0f434
Trying out nix on a new machine. I would think the install instructions are under-specified. We'll see if this will turn out usable.
16 lines
542 B
Diff
16 lines
542 B
Diff
diff --git a/src/nsterm.m b/src/nsterm.m
|
|
index 6f9b208953..aa6c1d286f 100644
|
|
--- a/src/nsterm.m
|
|
+++ b/src/nsterm.m
|
|
@@ -8768,7 +8768,7 @@ - (id)accessibilityAttributeValue:(NSString *)attribute
|
|
NSTRACE ("[EmacsWindow accessibilityAttributeValue:]");
|
|
|
|
if ([attribute isEqualToString:NSAccessibilityRoleAttribute])
|
|
- return NSAccessibilityTextFieldRole;
|
|
+ return NSAccessibilityWindowRole;
|
|
|
|
if ([attribute isEqualToString:NSAccessibilitySelectedTextAttribute]
|
|
&& curbuf && ! NILP (BVAR (curbuf, mark_active)))
|
|
--
|
|
2.26.2
|