mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 13:30:29 +00:00
fix up merge conflicts
This commit is contained in:
@@ -1009,7 +1009,7 @@ pub fn handleMessage(self: *Surface, msg: Message) !void {
|
||||
self.command_timer = null;
|
||||
|
||||
const duration: Duration = .{ .duration = end.since(start) };
|
||||
log.debug("command took {}", .{duration});
|
||||
log.debug("command took {f}", .{duration});
|
||||
|
||||
_ = self.rt_app.performAction(
|
||||
.{ .surface = self },
|
||||
|
||||
Reference in New Issue
Block a user