From 0c94e4ae7b413a8ae4e37882f0d483d2e259bd44 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sat, 22 Jul 2023 18:31:35 +0000 Subject: 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 --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index b45e2414..1dbb4dff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,7 +72,7 @@ dependencies = [ [[package]] name = "alacritty_terminal" -version = "0.19.2-dev" +version = "0.20.0-dev" dependencies = [ "alacritty_config", "alacritty_config_derive", -- cgit v1.2.3-54-g00ecf