Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T07:52:32.659Z 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-04.diff

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