Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T07:57:39.724Z 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-02.diff

30 lines · 1.3 KB · text
1@@ -1778,13 +1778,13 @@
2                 cx.observe_global_in::<SettingsStore>(window, Self::settings_changed),
3                 observe_buffer_font_size_adjustment(cx, |_, cx| cx.notify()),
4                 cx.observe_window_activation(window, |editor, window, cx| {
5-                    let active = window.is_window_active();
6+                    // let active = window.is_window_active();
7                     editor.blink_manager.update(cx, |blink_manager, cx| {
8-                        if active {
9-                            blink_manager.enable(cx);
10-                        } else {
11-                            blink_manager.disable(cx);
12-                        }
13+                        // if active {
14+                        //     blink_manager.enable(cx);
15+                        // } else {
16+                        //     blink_manager.disable(cx);
17+                        // }
18                     });
19                 }),
20             ],
21@@ -18463,7 +18463,7 @@
22             }
23 
24             self.blink_manager.update(cx, |blink_manager, cx| {
25-                blink_manager.enable(cx);
26+                // blink_manager.enable(cx);
27             });
28             self.show_cursor_names(window, cx);
29             self.buffer.update(cx, |buffer, cx| {
30
Served at tenant.openagents/omega Member data and write actions are omitted.