From 6ed9a310074904c4d6345981eeba869b883bbd7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 20 Apr 2022 20:56:04 +0200 Subject: [PATCH] =?UTF-8?q?changelog:=20move=20=E2=80=9Cre-mapping=20input?= =?UTF-8?q?=E2=80=9D=20from=20=E2=80=9Cchanged=E2=80=9D=20to=20=E2=80=9Cad?= =?UTF-8?q?ded=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 081a513c..300c56f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,8 @@ * Add "xterm" as fallback cursor where "text" is not available. * `[key-bindings].scrollback-home|end` options. * Socket activation for `foot --server` and accompanying systemd unit files +* Support for re-mapping input, i.e. mapping input to custom escape + sequences (https://codeberg.org/dnkl/foot/issues/325). * Support for [DECNKM](https://vt100.net/docs/vt510-rm/DECNKM.html), which allows setting/saving/restoring/querying the keypad mode. * Sixel support can be disabled by setting `[tweak].sixel=no` @@ -71,8 +73,6 @@ * Minimum required meson version is now 0.58. * Mouse selections are now finalized when the window is resized (https://codeberg.org/dnkl/foot/issues/922). -* Support for re-mapping input, i.e. mapping input to custom escape - sequences (https://codeberg.org/dnkl/foot/issues/325). * OSC-4 and OSC-11 replies now uses four digits instead of 2 (https://codeberg.org/dnkl/foot/issues/971). * `\r` is no longer translated to `\n` when pasting clipboard data