aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTim Culverhouse <tim@timculverhouse.com>2022-09-14 21:36:42 +0200
committerRobin Jarry <robin@jarry.cc>2022-09-14 22:19:42 +0200
commitcf319129de36a2832674466e28bfa2dbb9bfc0cc (patch)
treece3ef2274135c6b62e5432eb2d541f6005fc02d0 /CHANGELOG.md
parent518f3e962ce39fb9712bb693857789ab22adfe9c (diff)
downloadaerc-cf319129de36a2832674466e28bfa2dbb9bfc0cc.tar.gz
term: add bracketed paste support
Allow forwarding paste events to embedded applications. When a bracketed paste is in progress, do not process any command bindings. Signed-off-by: Robin Jarry <robin@jarry.cc> Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5395ada..2002c711 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Hide local timezone with `send-as-utc = true` in `accounts.conf`.
- Persistent command history in `~/.cache/aerc/history`.
- Cursor shape support in embedded terminals.
+- Bracketed paste support.
### Changed