mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-04 12:27:49 +00:00
macos: starting to work on new libghostty data models
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user