bug: assume focused on launch

This commit is contained in:
Mitchell Hashimoto
2022-11-05 17:45:21 -07:00
parent 95d054b185
commit 9a44e45785

View File

@ -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,