xev: change log scope

We don't want the scope to look like it's from the xev library
This commit is contained in:
Tim Culverhouse 2024-05-30 16:03:59 -05:00
parent 00afc7c130
commit 49cc8ae7c4
2 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,7 @@ const Key = @import("Key.zig");
const Mouse = @import("Mouse.zig"); const Mouse = @import("Mouse.zig");
const Color = @import("Cell.zig").Color; const Color = @import("Cell.zig").Color;
const log = std.log.scoped(.xev); const log = std.log.scoped(.tty_watcher);
pub const Event = union(enum) { pub const Event = union(enum) {
key_press: Key, key_press: Key,

BIN
temp.mp4

Binary file not shown.