use crate::*;
/// Enable `clip copy` and `clip paste` commands that use native API.
///
/// These commands do not use the OSC52 code to tell the terminal to copy data but rather implement
/// them directly in Rust.
pub static NATIVE_CLIP: ExperimentalOption = new;
// No documentation needed here since this type isn't public.
// The static above provides all necessary details.
;