From ea93d7f4518bb78b57f71311df1728dfd45b9055 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Thu, 23 Feb 2023 19:57:18 +0100 Subject: Fix bracketed paste with EOT payload This works around an issue in many (all?) shells where the bracketed paste logic would only strip out `\r` but interpret EOT (`\x03`) as a termination of the bracketed paste. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index f88b576d..38c410b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Redraw hanging until a keypress on X11 in rare cases - Window clipping when maximizing a window without decorations on Windows - Quadrants not aligned with half blocks with built-in font +- EOT (`\x03`) escaping bracketed paste mode ### Removed -- cgit v1.2.3