diff --git a/src/Window.zig b/src/Window.zig index d9c864372..8ac499a35 100644 --- a/src/Window.zig +++ b/src/Window.zig @@ -394,7 +394,7 @@ pub fn create(alloc: Allocator, loop: libuv.Loop, config: *const Config) !*Windo .renderer_thread = render_thread, .renderer_state = .{ .mutex = mutex, - .focused = false, + .focused = true, .resize_screen = screen_size, .cursor = .{ .style = .blinking_block,