aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/env.rs
Commit message (Collapse)AuthorAge
* Use OSC 52 as a fallback for setting the system clipboard (#3220)Charlie Groves2022-11-02
This adds a simple base64 implementation to keep us from adding a crate for one function. It's mostly based on https://github.com/marshallpierce/rust-base64/blob/a675443d327e175f735a37f574de803d6a332591/src/engine/naive.rs#L42