// SPDX-FileCopyrightText: 2026 RAprogramm <andrey.rozanov.vl@gmail.com>
// SPDX-License-Identifier: MIT
//! Terminal clipboard over the OSC 52 escape sequence.
//!
//! Modern terminals translate it into a system clipboard write — no external
//! tools or display-server bindings needed.
use Write;
use ;
/// Sends `text` to the system clipboard through OSC 52.