Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T07:58:38.047Z Public web read
NIP-34 coordinate30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omega
MaintainersHidden in public view
References2 branches · 1 tag
Read-only clonegit clone https://openagents.com/git/tenant.openagents/omega.git
Browse files

possible-01.diff

29 lines · 1.1 KB · text
1--- before.rs	2025-07-07 11:37:48.434629001 +0300
2+++ expected.rs	2025-07-14 10:33:53.346906775 +0300
3@@ -1780,11 +1780,11 @@
4                 cx.observe_window_activation(window, |editor, window, cx| {
5                     let active = window.is_window_active();
6                     editor.blink_manager.update(cx, |blink_manager, cx| {
7-                        if active {
8-                            blink_manager.enable(cx);
9-                        } else {
10-                            blink_manager.disable(cx);
11-                        }
12+                        // if active {
13+                        //     blink_manager.enable(cx);
14+                        // } else {
15+                        //     blink_manager.disable(cx);
16+                        // }
17                     });
18                 }),
19             ],
20@@ -18463,7 +18463,7 @@
21             }
22 
23             self.blink_manager.update(cx, |blink_manager, cx| {
24-                blink_manager.enable(cx);
25+                // blink_manager.enable(cx);
26             });
27             self.show_cursor_names(window, cx);
28             self.buffer.update(cx, |buffer, cx| {
29
Served at tenant.openagents/omega Member data and write actions are omitted.