mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
config: export ClipboardAccess
This commit is contained in:
@ -140,8 +140,8 @@ const DerivedConfig = struct {
|
|||||||
/// For docs for these, see the associated config they are derived from.
|
/// For docs for these, see the associated config they are derived from.
|
||||||
original_font_size: u8,
|
original_font_size: u8,
|
||||||
keybind: configpkg.Keybinds,
|
keybind: configpkg.Keybinds,
|
||||||
clipboard_read: configpkg.Config.ClipboardAccess,
|
clipboard_read: configpkg.ClipboardAccess,
|
||||||
clipboard_write: configpkg.Config.ClipboardAccess,
|
clipboard_write: configpkg.ClipboardAccess,
|
||||||
clipboard_trim_trailing_spaces: bool,
|
clipboard_trim_trailing_spaces: bool,
|
||||||
clipboard_paste_protection: bool,
|
clipboard_paste_protection: bool,
|
||||||
clipboard_paste_bracketed_safe: bool,
|
clipboard_paste_bracketed_safe: bool,
|
||||||
|
@ -10,6 +10,7 @@ pub const MouseShiftCapture = Config.MouseShiftCapture;
|
|||||||
pub const NonNativeFullscreen = Config.NonNativeFullscreen;
|
pub const NonNativeFullscreen = Config.NonNativeFullscreen;
|
||||||
pub const OptionAsAlt = Config.OptionAsAlt;
|
pub const OptionAsAlt = Config.OptionAsAlt;
|
||||||
pub const ShellIntegrationFeatures = Config.ShellIntegrationFeatures;
|
pub const ShellIntegrationFeatures = Config.ShellIntegrationFeatures;
|
||||||
|
pub const ClipboardAccess = Config.ClipboardAccess;
|
||||||
|
|
||||||
// Alternate APIs
|
// Alternate APIs
|
||||||
pub const CAPI = @import("config/CAPI.zig");
|
pub const CAPI = @import("config/CAPI.zig");
|
||||||
|
Reference in New Issue
Block a user