summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2023-02-23 19:57:18 +0100
committerChristian Duerr <contact@christianduerr.com>2023-03-06 08:19:58 +0100
commitea93d7f4518bb78b57f71311df1728dfd45b9055 (patch)
tree0957f86450976a675310a0f0c385b9b6579d7167 /CHANGELOG.md
parente292aedf27ce97015a203365378515629d3df3c5 (diff)
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.
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 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