xev: change log scope
We don't want the scope to look like it's from the xev library
This commit is contained in:
parent
00afc7c130
commit
49cc8ae7c4
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ const Key = @import("Key.zig");
|
|||
const Mouse = @import("Mouse.zig");
|
||||
const Color = @import("Cell.zig").Color;
|
||||
|
||||
const log = std.log.scoped(.xev);
|
||||
const log = std.log.scoped(.tty_watcher);
|
||||
|
||||
pub const Event = union(enum) {
|
||||
key_press: Key,
|
||||
|
|
BIN
temp.mp4
BIN
temp.mp4
Binary file not shown.
Loading…
Reference in a new issue