macos: starting to work on new libghostty data models

This commit is contained in:
Mitchell Hashimoto
2025-06-19 07:07:32 -07:00
parent bbb69c8f27
commit 5259d0fa55
10 changed files with 171 additions and 46 deletions

View File

@@ -1837,12 +1837,10 @@ pub const CAPI = struct {
return false;
};
_ = ptr.core_surface.performBindingAction(action) catch |err| {
return ptr.core_surface.performBindingAction(action) catch |err| {
log.err("error performing binding action action={} err={}", .{ action, err });
return false;
};
return true;
}
/// Complete a clipboard read request started via the read callback.