alacritty/alacritty_terminal
Kirill Chibisov 0c94e4ae7b
Add `terminal` config section to control OSCs
Some environments demand certain OSC sequences to be disabled or
some escape sequence could require handling which is out of scope
of alacritty, but could be done by external script (OSC 777).

Added section for now just handles the `OSC 52` sequence and changes
its default to be `OnlyCopy`, which is handy for remote copy, but
`Paste` is redundant because normal `Paste` hotkey could be used as
well.

Fixes #3386.

Co-authored-by: Christian Duerr <contact@christianduerr.com>
2023-07-22 18:31:35 +00:00
..
src Add `terminal` config section to control OSCs 2023-07-22 18:31:35 +00:00
tests Switch to VTE's built-in ansi feature 2023-05-23 20:35:58 +00:00
Cargo.toml Add `terminal` config section to control OSCs 2023-07-22 18:31:35 +00:00
LICENSE-APACHE Add license symlinks for crates 2020-10-17 14:47:51 +00:00