From cf319129de36a2832674466e28bfa2dbb9bfc0cc Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Wed, 14 Sep 2022 21:36:42 +0200 Subject: 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 Signed-off-by: Tim Culverhouse --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') 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 -- cgit