diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-07-22 18:31:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-22 18:31:35 +0000 |
commit | 0c94e4ae7b413a8ae4e37882f0d483d2e259bd44 (patch) | |
tree | e689b92d23d0b61b6c83d00d329581d51ecd296a /CHANGELOG.md | |
parent | f2e543880f75f92421e34a186ea44d8f32cbd52a (diff) | |
download | alacritty-0c94e4ae7b413a8ae4e37882f0d483d2e259bd44.tar.gz alacritty-0c94e4ae7b413a8ae4e37882f0d483d2e259bd44.zip |
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>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f4957ef..c6801762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - The default colorscheme is now based on base16 classic dark - IME popup now tries to not obscure the current cursor line - The double click threshold was raised to `400ms` +- OSC 52 paste ability is now **disabled by default**; use `terminal.osc52` to adjust it ### Fixed |